<?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 what is different between getpossiblecount and count functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504247#M688048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Somebody can tell What is different between getpossiblecount() and Count() functions?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Loi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 11:21:51 GMT</pubDate>
    <dc:creator>qvhjenvo</dc:creator>
    <dc:date>2013-11-28T11:21:51Z</dc:date>
    <item>
      <title>what is different between getpossiblecount and count functions</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504247#M688048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Somebody can tell What is different between getpossiblecount() and Count() functions?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Loi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 11:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504247#M688048</guid>
      <dc:creator>qvhjenvo</dc:creator>
      <dc:date>2013-11-28T11:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: what is different between getpossiblecount and count functions</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504248#M688049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Count is normal aggr function, where you can count ant field, like &lt;/P&gt;&lt;P&gt;Count(EmployeeId) it will give you number of employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where getpossiblecount() works with selection, when you select a field, you see possible values for that field,&lt;/P&gt;&lt;P&gt;let say you select Department in list box, and on selection of Department you can see how many employees are in selected department, so you can use getpossiblecount() for the counting purpose. it will give you all employee for that selected department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 11:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504248#M688049</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-28T11:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: what is different between getpossiblecount and count functions</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504249#M688050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetPossibleCount works more like a distinct count. It gets the count of possible values of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the attached QVW for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 11:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504249#M688050</guid>
      <dc:creator />
      <dc:date>2013-11-28T11:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: what is different between getpossiblecount and count functions</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504250#M688051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetPossibleCount() is exactly the same as Count(distinct total ...). Note the total qualifier - this means that the function isn't sensitive to the dimensional scope. See more on &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GetPossibleCount exists as a "sister" function to GetSelectedCount and GetExcludedCount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 19:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/504250#M688051</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-11-28T19:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is different between getpossiblecount and count functions</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/1686591#M688052</link>
      <description>&lt;P&gt;Thanks for your comment Henric.&lt;/P&gt;&lt;P&gt;I was struggling to understand the difference between these two functions as I was designing a calculation condition on one of my charts.&amp;nbsp; I was trying to understand which is the best practice if there was in fact a difference between these two functions.&lt;/P&gt;&lt;P&gt;As always, your posts help bring clarity when I'm a bit confused on something Qlik related.&amp;nbsp; Have a nice weekend!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ken Krehbiel&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 22:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-different-between-getpossiblecount-and-count-functions/m-p/1686591#M688052</guid>
      <dc:creator>federerman</dc:creator>
      <dc:date>2020-03-20T22:21:49Z</dc:date>
    </item>
  </channel>
</rss>

