<?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: Set analysis help. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107222#M893920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Aug 2016 14:33:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-15T14:33:54Z</dc:date>
    <item>
      <title>Set analysis help.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107218#M893916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached QVW.&lt;/P&gt;&lt;P&gt;Trying to get the count of ID with 75k Target but the expression is not working for me.Can anyone help me here please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much.&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/Set-analysis-help/m-p/1107218#M893916</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107219#M893917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QVW you attached does not contain a field ID and does not contain a field Target. Please explain what you're trying to do. Give examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 06:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107219#M893917</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-15T06:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107220#M893918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!&lt;BR /&gt;As far as I understood your issue the thing is that you get the number of IDs which reflects the number of rows in your model but not the number of IDs. To count the number of IDs you have to add &lt;STRONG&gt;distinct&lt;/STRONG&gt; into your function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count({&amp;lt;[Year] =&amp;nbsp; {'2016'},&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Platform = {"=sum([Amount]) &amp;gt;=75000"}&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;&amp;gt;} &lt;STRONG&gt;distinct&lt;/STRONG&gt; Platform )&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Then on your Bar-chart you will have 2 instead of 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 06:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107220#M893918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-15T06:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107221#M893919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you counting Per Platform, &lt;SPAN style="color: #ff0000;"&gt;Per Year&lt;/SPAN&gt; &amp;gt;= 75k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try this script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt; AutoNumber(Platform&amp;amp;Year) as Key;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&amp;nbsp; * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Platform,Year,Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC,2015,76000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC,2015,6000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC,2016,70999&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC,2016,2000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEF,2015,56000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEF,2015,5000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEF,2016,55000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEF,2016,5000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then this expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;[Year] =&amp;nbsp; {'2016'}, &lt;SPAN style="color: #ff0000;"&gt;Key&lt;/SPAN&gt; = {"=Sum([Amount]) &amp;gt;=75000"}&amp;gt;} Platform)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;[Year] =&amp;nbsp; {'2016'}, &lt;SPAN style="color: #ff0000;"&gt;Key&lt;/SPAN&gt; = {"=Sum([Amount]) &amp;lt; 75000"}&amp;gt;} DISTINCT Platform)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 09:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107221#M893919</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-15T09:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107222#M893920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 14:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/1107222#M893920</guid>
      <dc:creator />
      <dc:date>2016-08-15T14:33:54Z</dc:date>
    </item>
  </channel>
</rss>

