<?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 80/20 formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199859#M58613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I answered you in a different discussion: &lt;A href="http://community.qlik.com/forums/t/26652.aspx"&gt;http://community.qlik.com/forums/t/26652.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check it out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Montal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Nov 2010 13:48:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-24T13:48:18Z</dc:date>
    <item>
      <title>80/20 formula</title>
      <link>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199856#M58610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using this formula for my TOP 20 customers. (And which percentage they are in the total)&lt;/P&gt;&lt;P&gt;CONCERN_NAAM = client name and OMZET = SALESAMOUNT&lt;/P&gt;&lt;P&gt;However, I want to have the real 80/20, so I want to take the 20 % of the clients.&lt;/P&gt;&lt;P&gt;I have found these formulas, but I am not succeeding in placing them correctly&lt;/P&gt;&lt;P&gt;Top 80%: if(sum(Sale)&amp;gt; fractile(total aggr(sum(Sale),Name),.2),sum(Sale))&lt;BR /&gt;Bottom 20%: if(sum(Sale)&amp;lt;=fractile(total aggr(sum(Sale),Name),.2),sum(Sale))&lt;/P&gt;&lt;P&gt;Can somebody change the formula below, to reflect the top 20% of the CONCERN_NAAM ?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='80/20&lt;BR /&gt;'&amp;amp;&lt;BR /&gt;num(&lt;BR /&gt;sum(total &amp;lt;Periodenummer,CONCERN_NAAM&amp;gt; aggr(&lt;BR /&gt;if(&lt;BR /&gt;rank(sum(OMZET))&amp;lt;=20&lt;BR /&gt;,&lt;BR /&gt;sum(OMZET))&lt;BR /&gt;, CONCERN_NAAM))&lt;/P&gt;&lt;P&gt;/&lt;BR /&gt;sum(total OMZET)&lt;BR /&gt;,'###.##0,00%', ',' , '.' )&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 10:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199856#M58610</guid>
      <dc:creator />
      <dc:date>2010-11-24T10:21:56Z</dc:date>
    </item>
    <item>
      <title>80/20 formula</title>
      <link>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199857#M58611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using the 'rank' function? For example, I have a chart that has a calculated dimension to rank my customers in terms of sales:&lt;/P&gt;&lt;P&gt;=If(AGGR(RANK(sum([MAS Net]) + sum([OTC Net]) + sum([WST Ext Net]) + sum([CSA Income])), Customer) &amp;lt;= vTop, AGGR(RANK(sum([MAS Net]) + sum([OTC Net]) + sum([WST Ext Net]) + sum([CSA Income])), Customer))&lt;/P&gt;&lt;P&gt;where vTop is a variable attached to a slider object so the user can define what top n customers is shown.&lt;/P&gt;&lt;P&gt;Hope this gives you some ideas.&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 11:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199857#M58611</guid>
      <dc:creator />
      <dc:date>2010-11-24T11:13:06Z</dc:date>
    </item>
    <item>
      <title>80/20 formula</title>
      <link>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199858#M58612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;Thank you for taking the time to helpe me.&lt;/P&gt;&lt;P&gt;I am working on the slider, however I am still trying to show the 80/20 percentage.&lt;/P&gt;&lt;P&gt;Did you see my original formula? I am hoping somebody can tell mr how to replace the rank part into a fractile part...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 11:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199858#M58612</guid>
      <dc:creator />
      <dc:date>2010-11-24T11:24:20Z</dc:date>
    </item>
    <item>
      <title>80/20 formula</title>
      <link>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199859#M58613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I answered you in a different discussion: &lt;A href="http://community.qlik.com/forums/t/26652.aspx"&gt;http://community.qlik.com/forums/t/26652.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check it out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Montal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 13:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/80-20-formula/m-p/199859#M58613</guid>
      <dc:creator />
      <dc:date>2010-11-24T13:48:18Z</dc:date>
    </item>
  </channel>
</rss>

