<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Total count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-count/m-p/508429#M1142431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count( total [device address]) will show the total number of addresses that are possible with the current selections.&lt;/P&gt;&lt;P&gt;If you want to ignore selections you need count({1} total [device address])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this blog post for more information: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope" style="font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;The Aggregation Scope&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 09:29:53 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-09-11T09:29:53Z</dc:date>
    <item>
      <title>Total count</title>
      <link>https://community.qlik.com/t5/QlikView/Total-count/m-p/508428#M1142430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi can someone lend some hep,&lt;/P&gt;&lt;P&gt;Im looking for an expression that will count how mnay times an address occurs in a set of data,&lt;/P&gt;&lt;P&gt;=count([device address] )&lt;/P&gt;&lt;P&gt;=count(total([device address]))&lt;/P&gt;&lt;P&gt;both give the same number which is a count of how mnay times that address is found in the row which obviosuly is just one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-count/m-p/508428#M1142430</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2013-09-11T09:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Total count</title>
      <link>https://community.qlik.com/t5/QlikView/Total-count/m-p/508429#M1142431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count( total [device address]) will show the total number of addresses that are possible with the current selections.&lt;/P&gt;&lt;P&gt;If you want to ignore selections you need count({1} total [device address])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this blog post for more information: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope" style="font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;The Aggregation Scope&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-count/m-p/508429#M1142431</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-11T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Total count</title>
      <link>https://community.qlik.com/t5/QlikView/Total-count/m-p/508430#M1142432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you try with this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT ( DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[device address] )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-count/m-p/508430#M1142432</guid>
      <dc:creator>gines_rueda</dc:creator>
      <dc:date>2013-09-11T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Total count</title>
      <link>https://community.qlik.com/t5/QlikView/Total-count/m-p/508431#M1142433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try this yet:&lt;/P&gt;&lt;P&gt;=count(TOTAL [device address]) OR&lt;/P&gt;&lt;P&gt;=count({1} [device address])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-count/m-p/508431#M1142433</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-09-11T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Total count</title>
      <link>https://community.qlik.com/t5/QlikView/Total-count/m-p/508432#M1142434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you try this&lt;/P&gt;&lt;P&gt;=count([device address] ) //&amp;nbsp; then this code also count the duplicate value&lt;/P&gt;&lt;P&gt;=count(total([device address]))&amp;nbsp; // then this code&amp;nbsp; also count the duplicate value on selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you try this&lt;/P&gt;&lt;P&gt;=count( distinct [device address] )&amp;nbsp;&amp;nbsp;&amp;nbsp; //then this code count only distinct value&lt;/P&gt;&lt;P&gt;=count(distinct total[device address] )&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; then this code count only distinct value on selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-count/m-p/508432#M1142434</guid>
      <dc:creator />
      <dc:date>2013-09-11T09:39:15Z</dc:date>
    </item>
  </channel>
</rss>

