<?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: Pareto calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84824#M13950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this example uses the sorting option in AGGR fucntion that is only avaialbe in QV 12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2018 11:00:50 GMT</pubDate>
    <dc:creator>karin_nevo</dc:creator>
    <dc:date>2018-05-24T11:00:50Z</dc:date>
    <item>
      <title>Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84821#M13947</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;I am trying to get the total suppliers with 80% of the purchase orders amount.&lt;/P&gt;&lt;P&gt;I was able to do it in a straight table, by using the following expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ,0 , &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Rowno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() )) /&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &amp;lt;= 0.8, 1 , 0) , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; )) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This expression works if the table is sorted by purcahse order amount in a desc order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But, I want to use this in a text object to display only the count of suppliers with 80% of the purchases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If I use the same expression in text object it doesn't display the correct result becasue there is no sort.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I know in QV 12 there is a solution for it in AGGR fucntion, but I am using QV11.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Karin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84821#M13947</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2018-05-24T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84822#M13948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Try to use the Rank function&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/RankingFunctions/rank.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/RankingFunctions/rank.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/RankingFunctions/rank.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84822#M13948</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2018-05-24T10:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84823#M13949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/302600"&gt;Pareto calculation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84823#M13949</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T10:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84824#M13950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this example uses the sorting option in AGGR fucntion that is only avaialbe in QV 12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84824#M13950</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2018-05-24T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84825#M13951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use it and couldn't get what I needed. Can you send me the expression of how to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84825#M13951</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2018-05-24T11:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84826#M13952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I missed the last line... but for QV11.2... you can check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/238243"&gt;ABC Analysis in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84826#M13952</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T11:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84827#M13953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;I didn't find a solution on the post of how to get the number in text object (and not in chart).&lt;/P&gt;&lt;P&gt;I also don't want to use buttons to get the result only on button click&lt;/P&gt;&lt;P&gt; am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84827#M13953</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2018-05-24T12:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84828#M13954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hate to say, but QV11.2 solutions are going to be very restrictive. Instead of using button, you can use triggers based on selections... but then you go into the territory of unknowns as to what might trigger when you select something. I am sure you don't like my response, but unless you move to QV12, there is no easy way to do this in QV11.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84828#M13954</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T12:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84829#M13955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand, thanks for all your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84829#M13955</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2018-05-24T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84830#M13956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 13:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-calculation/m-p/84830#M13956</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T13:02:17Z</dc:date>
    </item>
  </channel>
</rss>

