<?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: Another Pareto Question! in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629577#M63409</link>
    <description>&lt;P&gt;Have you seen at this thread -&amp;gt;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis-Revisited/ba-p/1473684" target="_self"&gt;Recipe for a Pareto Analysis&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2019 13:30:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-09-30T13:30:12Z</dc:date>
    <item>
      <title>Another Pareto Question!</title>
      <link>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629337#M63404</link>
      <description>&lt;P&gt;So I've searched extensively on here to find an answer to my question but I'm coming up empty. I have a simple table of invoices tagged to suppliers. I want to count the number of suppliers that make up the top 80% of invoices.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;SupplierId&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;344&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;322&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried using Aggr and RangeSum but can't get it quite right. I don't think I can sort the Aggr by sum(value) to force the cumulative sum to not be based on load record number. I'm using QlikSense Cloud so no macro enabled solution is going to be right for me.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629337#M63404</guid>
      <dc:creator>ChrisCooil</dc:creator>
      <dc:date>2024-11-16T19:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pareto Question!</title>
      <link>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629351#M63405</link>
      <description>&lt;P&gt;Maybe this discussion can be a interesting read for you?&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/number-of-customer-who-makes-80-of-turnover/td-p/145173" target="_self"&gt;number of customer who makes 80% of turnover&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2019 22:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629351#M63405</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-29T22:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pareto Question!</title>
      <link>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629352#M63406</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks, I’d seen this one but I’m not sure how I’d translate this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 - sum(aggr(sum(if(Week&amp;lt;=N,Amount))/sum(total Amount)&amp;lt;Limit,N))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;into an expression that would work with my data.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 00:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629352#M63406</guid>
      <dc:creator>ChrisCooil</dc:creator>
      <dc:date>2019-09-30T00:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pareto Question!</title>
      <link>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629426#M63407</link>
      <description>&lt;P&gt;Try something like this as suggested by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6077"&gt;@johnw&lt;/a&gt;&amp;nbsp; &lt;A href="https://community.qlik.com/t5/QlikView-App-Development/number-of-customer-who-makes-80-of-turnover/m-p/145181/highlight/true#M23936" target="_self"&gt;here&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=-sum(aggr(rangesum(top(sum(&lt;STRONG&gt;Value&lt;/STRONG&gt;),1,rowno()-1))/rangesum(top(sum(&lt;STRONG&gt;Value&lt;/STRONG&gt;),1,noofrows())),&lt;STRONG&gt;SupplierId&lt;/STRONG&gt;)&amp;lt;&lt;STRONG&gt;0.8&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 07:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629426#M63407</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-30T07:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pareto Question!</title>
      <link>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629572#M63408</link>
      <description>&lt;P&gt;Thanks, so that is counting the number of suppliers as they are ordered in the load. I need it to order by sum(value) descending. So close!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 13:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629572#M63408</guid>
      <dc:creator>ChrisCooil</dc:creator>
      <dc:date>2019-09-30T13:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pareto Question!</title>
      <link>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629577#M63409</link>
      <description>&lt;P&gt;Have you seen at this thread -&amp;gt;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis-Revisited/ba-p/1473684" target="_self"&gt;Recipe for a Pareto Analysis&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 13:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-Pareto-Question/m-p/1629577#M63409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-30T13:30:12Z</dc:date>
    </item>
  </channel>
</rss>

