<?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: Count Set Analysis Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70138#M766977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are trying to do... would you be able to share some data and the output you expect to see from it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2018 17:40:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-22T17:40:58Z</dc:date>
    <item>
      <title>Count Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70137#M766976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to count a check within a certain range.&amp;nbsp; One check addresses multiple items so I need to total the amount and count the check as '1'&amp;nbsp; I keep getting an error, i know it is a set analysis can you see where my issue is in the statement below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT(If([CHK_NO] &amp;gt;= Sum(TOTAL {&amp;lt;[PAID_AMT] ={"&amp;gt;0&amp;lt;2500"}&amp;gt;}[PAID_AMT]))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also tried...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT(If([CHK_NO] &amp;gt;= 0 and sum([PAID_AMT]) &amp;lt;= 2500, sum([PAID_AMT]))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is greatly appreciatted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70137#M766976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70138#M766977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are trying to do... would you be able to share some data and the output you expect to see from it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 17:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70138#M766977</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-22T17:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70139#M766978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the output I am using you will see i get counts, but the numbers are wa off, it seems to be counting the amounts and not the checks. Note in the second screen shot i selected 1 check and it counts it 5 - 6 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="help file 1.PNG" class="jive-image image-1" src="/legacyfs/online/206050_help file 1.PNG" style="height: 232px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="help file 2.PNG" class="jive-image image-2" src="/legacyfs/online/206057_help file 2.PNG" style="height: 229px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 17:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70139#M766978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-22T17:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Count Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70140#M766979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to count. Seems like you are not counting anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 10:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70140#M766979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-25T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70141#M766980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thabang;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am attempting to count the number of individual checks in a specific amount range.&amp;nbsp; I have 4 defined ranges and I am not sure if i am doing the SA correct.&amp;nbsp; Per the image below, note i have one check selected so it should just be the SUM of that 1 check, but it lists the amounts individually as if they were separate checks.&lt;IMG alt="help+file+2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206167_help+file+2.PNG" style="height: 229px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 16:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70141#M766980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-25T16:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70142#M766981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps move the check into the backend script and treat as a kind of flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your set analysis, use the flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 08:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Set-Analysis-Help/m-p/70142#M766981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-26T08:44:33Z</dc:date>
    </item>
  </channel>
</rss>

