<?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 Count with specific threshold in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323978#M119390</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;mybe i didn't explain well my request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The threshold of 40% is to compare with the sum of the first higher users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: i need to know how may user &lt;A href="http://it.dicios.com/enit/altogether"&gt;altogether&lt;/A&gt; are under the threshold of 40%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Ex: for bank A are 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you sum the 2 most high euro you are a little bit under 40% of euro bank A. (12269).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2011 12:03:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-16T12:03:38Z</dc:date>
    <item>
      <title>Count with specific threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323975#M119387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need, if is possible, you help.&lt;/P&gt;&lt;P&gt;In the file db_bank1 i have 3 variable. Bank (A or B) , User (name of user), Euro (money).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a expression that for each bank:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Calculate 40% of Total Euro=Thershold&lt;/P&gt;&lt;P&gt;- Cumulate euro of&amp;nbsp; user (descending, from ﻿higher import of euro) and count how many user are under the ﻿threshold of 40% of Total euro of each bank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that you can uderstand my question. Explain in English is not simple...&lt;/P&gt;&lt;P&gt;Ask me for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank YOU!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323975#M119387</guid>
      <dc:creator />
      <dc:date>2011-11-16T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Count with specific threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323976#M119388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;if i understand your problem, you can try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;user={"=Sum(euro)&amp;lt;(Sum(total &amp;lt;bank&amp;gt; euro)*0.4)"}&amp;gt;}user)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C u,&lt;/P&gt;&lt;P&gt;Stefano.&lt;/P&gt;&lt;P&gt;[update.] Sorry this works only if u select a Bank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323976#M119388</guid>
      <dc:creator />
      <dc:date>2011-11-16T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Count with specific threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323977#M119389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;=count(aggr(if(sum(euro)&amp;lt;0.4*sum(total&amp;lt;bank&amp;gt; euro),user),bank,user))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that 40% is quite a high threshold in your example data set, no users are above that limit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323977#M119389</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-16T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Count with specific threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323978#M119390</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;mybe i didn't explain well my request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The threshold of 40% is to compare with the sum of the first higher users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: i need to know how may user &lt;A href="http://it.dicios.com/enit/altogether"&gt;altogether&lt;/A&gt; are under the threshold of 40%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Ex: for bank A are 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you sum the 2 most high euro you are a little bit under 40% of euro bank A. (12269).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323978#M119390</guid>
      <dc:creator />
      <dc:date>2011-11-16T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Count with specific threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323979#M119391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you want something like a pareto count, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hm, I think that there are some limitations, a good discussion thread is this:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/1668"&gt;http://community.qlik.com/thread/1668&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-specific-threshold/m-p/323979#M119391</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-16T12:17:32Z</dc:date>
    </item>
  </channel>
</rss>

