<?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: ABC Analysis in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202502#M874577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I mentioned to you before also, I think &lt;A href="https://community.qlik.com/qlik-users/2310"&gt;troyansky&lt;/A&gt;'s approach is probably the only approach (AFAIK) available, I have created a sample for you using the approach he mentioned here: &lt;A href="https://community.qlik.com/docs/DOC-9072"&gt;So How Many Customers Make Up Most of Your Sales?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is that you are not including the boundary conditions, but Pareto Select includes it. So when you say Sum(TotalNetPrice) of less than 50%, your chart shows 2 ArticleNo, but pareto includes the anything until it crosses the 50% mark. May be someone (&lt;A href="https://community.qlik.com/people/marcus_sommer"&gt;marcus_sommer&lt;/A&gt;‌, Oleg, or someone else) might be able to help you take this even forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142960_Capture.PNG" style="height: 488px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh and forgot to mention that every time you change your selections, you will need to click on Recalculate to make this work. Other method is to add the button actions as OnAnySelect action, but that could drastically slow down your dashboard. But it will definitely help you get rid of the recalculate button &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 15:59:11 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-04T15:59:11Z</dc:date>
    <item>
      <title>ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202496#M874571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build ABC report for Sales analysis. having issue with calculated dimension(Grade) and based on user selection it should show bellow attached expected output screen shot, currently i'm getting wrong results (only the ABC summary report not correct result). &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if you have any solutions/idea's much appreciated for your help. thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: used below script for calculated dimension (Grade)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Cumulative%:&lt;/P&gt;&lt;P&gt;LOAD *,TotalNetPrice/TotalSales as SalVale%,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(RangeSum(Peek('run_sum'), TotalNetPrice/TotalSales) &amp;lt; 0.6, 'A Stocks',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If((RangeSum(Peek('run_sum'), TotalNetPrice/TotalSales)) &amp;gt; 0.6 and (RangeSum(Peek('run_sum'), TotalNetPrice/TotalSales)) &amp;lt; 0.9 , 'B Stocks', 'C Stocks')) as Grade,&lt;/P&gt;&lt;P&gt;&amp;nbsp; RangeSum(Peek('run_sum'), TotalNetPrice/TotalSales) as run_sum&lt;/P&gt;&lt;P&gt;Resident Sales&lt;/P&gt;&lt;P&gt;Order By TotalNetPrice desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;Current output (refer the ABC summary report)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ABC Current output_1NOV2016.JPG" class="jive-image image-2" height="350" src="/legacyfs/online/142532_ABC Current output_1NOV2016.JPG" style="height: 350px; width: 642.012px;" width="642" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ABC_Analysis_Expected output.jpg" class="jive-image image-1" height="84" src="/legacyfs/online/142516_ABC_Analysis_Expected output.jpg" style="height: 83.5562px; width: 782px;" width="782" /&gt;&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/ABC-Analysis-in-Qlikview/m-p/1202496#M874571</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202497#M874572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure how do you want to classify your articles but if you do it within the script it couldn't be depend on selections anymore - maybe it would be sufficient if you include more dimensions like country and category within your aggregation-load and on which you react in the following peek-load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think you will rather need a calculated dimension within the gui - like described here: &lt;A href="https://community.qlik.com/qlik-blogpost/3676"&gt;Calculated Dimensions&lt;/A&gt; and an approach like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3913"&gt;Recipe for an ABC Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4821"&gt;ABC analisys. As it should be...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3662"&gt;Segmentation and custom dimension grouping&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6088"&gt;ABC Analysis to set and remember classification at runtime&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have adapted a chart from the first blog-posting which is based on a ranking and a second one (the left one) which based on the sales and which should be already quite near to your expected output except for the wrong sorting which will be quite difficult to create with a qlikview release prior to QV 12 - but with them it should be easy: &lt;A href="https://community.qlik.com/qlik-blogpost/4673"&gt;The sortable Aggr function is finally here!&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 12:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202497#M874572</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-01T12:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202498#M874573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help, in my requirement is to calculate the grade based on calculated measure and user selected dynamic filter value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume we have list box filter as country,Category,Week,size etc, Based on the dimension we need to calculate the Grade (Calculated dimension). would it be possible to derive below summary report by Grade&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;problem statement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The problem with calculated dimension is that unable to sort the RangeSum in the descending order and it's creating incorrect Grades.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please refer below screen image,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="ABC Stock analysis by Grade (Expected output).jpg" class="jive-image image-1" src="/legacyfs/online/142602_ABC Stock analysis by Grade (Expected output).jpg" style="height: 349px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 17:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202498#M874573</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2016-11-01T17:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202499#M874574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried my suggestion with a sortable aggr-function in QV 12 (maybe at first within a local installation)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 13:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202499#M874574</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-03T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202500#M874575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I've tried with the suggested aggregated with sorting option as below,&lt;/P&gt;&lt;P&gt;=Aggr(if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; rangesum(above(SUM((TotalNetPrice)/SUM(TOTAL TotalNetPrice)),0,RowNo(Total)))&amp;lt;0.6,'A Stocks',if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; rangesum(above(TOTAL SUM((TotalNetPrice)/SUM(TOTAL TotalNetPrice)),0,RowNo(Total)))&amp;gt;0.6 and&lt;/P&gt;&lt;P&gt;&amp;nbsp; rangesum(above(TOTAL SUM((TotalNetPrice)/SUM(TOTAL TotalNetPrice)),0,RowNo(Total)))&amp;lt;0.9,'B Stocks',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'C Stocks'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),ArticleNo,&lt;STRONG&gt; (TotalNetPrice ,(NUMERIC,DESCENDING)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But still could not yield the desired output. I have attached the current and expected output. Please share your valuable suggestion/solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;I would like to have below kind functionality where i would like to sort by expression. Basically a ORDER BY. &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Aggr(sum(sales),(sum(sales),(NUMERIC, ASCENDING)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;This will open up lot of possibilities. One good example is Running Total/cumulative total as Calculated Dimension. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202500#M874575</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2016-11-03T16:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202501#M874576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I look on the syntax from the new aggr-function I don't think that an expression as sorting-attribute is possible. I haven't a QV 12 available so I couldn't test anything. Perhaps there is a possibility by extending the condition for a ranking-function maybe by nesting them within another aggr-function might work. For this I would like to invite &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt; to this posting who had a lot experience with aggr-functions or he might give useful hints for a different approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 10:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202501#M874576</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-04T10:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202502#M874577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I mentioned to you before also, I think &lt;A href="https://community.qlik.com/qlik-users/2310"&gt;troyansky&lt;/A&gt;'s approach is probably the only approach (AFAIK) available, I have created a sample for you using the approach he mentioned here: &lt;A href="https://community.qlik.com/docs/DOC-9072"&gt;So How Many Customers Make Up Most of Your Sales?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is that you are not including the boundary conditions, but Pareto Select includes it. So when you say Sum(TotalNetPrice) of less than 50%, your chart shows 2 ArticleNo, but pareto includes the anything until it crosses the 50% mark. May be someone (&lt;A href="https://community.qlik.com/people/marcus_sommer"&gt;marcus_sommer&lt;/A&gt;‌, Oleg, or someone else) might be able to help you take this even forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142960_Capture.PNG" style="height: 488px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh and forgot to mention that every time you change your selections, you will need to click on Recalculate to make this work. Other method is to add the button actions as OnAnySelect action, but that could drastically slow down your dashboard. But it will definitely help you get rid of the recalculate button &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 15:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202502#M874577</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-04T15:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202503#M874578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Sunny,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you so much for the solution provided. As you said, i'm now facing with one issue. When using Pareto select, the percentage for StockA is 60. Say, 2 stocks are filtered out. The second pareto select's percentage is 90. What now happens is, this time it includes the StockA's 2 article count and also the articles which are less than 90%. When it comes to StockC, the similar thing happens. Is there anyway we can mention the percentage range instead of only the minimum value. Legends of qlikview - &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="27943" data-objecttype="3" href="https://community.qlik.com/people/marcus_sommer" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;marcus_sommer&lt;/A&gt;, &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="15823" data-objecttype="3" href="https://community.qlik.com/people/swuehl" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;swuehl&lt;/A&gt;. Please pen down your valuable suggestion for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks a lot in advance ! Have a wonderful weekend !&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards, Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 05:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202503#M874578</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2016-11-05T05:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202504#M874579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1 &lt;/A&gt; &lt;A href="https://community.qlik.com/qlik-users/156808"&gt;robert_mika&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;, &lt;A href="https://community.qlik.com/qlik-users/34510"&gt;kaushik.solanki&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to advise on this Pareto Percentage (%) range selection issue. Thanks&lt;/P&gt;&lt;P&gt;need to set like below,&lt;/P&gt;&lt;P&gt;StockA: &amp;lt;=60%&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;StockB: &amp;gt;60 and &amp;lt;=90%&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;StockC: &amp;gt;90%&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="ABC Stock by Grade.JPG" class="jive-image image-1" src="/legacyfs/online/143145_ABC Stock by Grade.JPG" style="height: 310px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 16:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202504#M874579</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2016-11-07T16:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202505#M874580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am out of ideas on how we can take this forward, lets get some other experts involved may be &lt;A href="https://community.qlik.com/qlik-users/2226"&gt;johnw&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;marcowedel&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 02:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202505#M874580</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T02:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202506#M874581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="2226" data-objecttype="3" href="https://community.qlik.com/people/johnw" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;johnw&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, &lt;/SPAN&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="61824" data-objecttype="3" href="https://community.qlik.com/people/marcowedel" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;marcowedel&lt;/A&gt;,&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="171708" data-objecttype="3" href="https://community.qlik.com/people/stalwar1" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; text-decoration: underline;"&gt;stalwar1 &lt;/A&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="156808" data-objecttype="3" href="https://community.qlik.com/people/robert_mika" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;robert_mika&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="15823" data-objecttype="3" href="https://community.qlik.com/people/swuehl" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;swuehl&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, &lt;/SPAN&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="10670" data-objecttype="3" href="https://community.qlik.com/people/maxgro" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;maxgro&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, &lt;/SPAN&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="34510" data-objecttype="3" href="https://community.qlik.com/people/kaushik.solanki" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;kaushik.solanki &lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="34510" data-objecttype="3" href="https://community.qlik.com/people/kaushik.solanki" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;‌&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached reference excel output file. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 02:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202506#M874581</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2016-11-08T02:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202507#M874582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the pareto selects, I'm thinking add toggle select steps using firstsortedvalue() to pull the lowest one out of StockA and put it in StockB, and the lowest from StockB and put it in StockC. I'm getting inconsistent results, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202507#M874582</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-11-08T19:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202508#M874583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share what you have right now? I would be eager to see the approach you have started?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202508#M874583</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T19:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202509#M874584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a very good understanding of firstsortedvalue(), though that part seems fine. What seems to be happening is that the steps in the action list are not executing in order, and my firstsortedvalue() is referencing a previous state of the alternate state. I'm able to get the intended results by moving the toggle selects to a "Fix" button, and manually pressing the two in order. Surely I'm missing something basic. Anyway, here's what I have. Press the two buttons in sequence, and it generates the right report. I suppose it could be done with one button and a macro, where you can be explicit about the sequence of steps, but that would be annoying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 20:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202509#M874584</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-11-08T20:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202510#M874587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just what you needed:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5065"&gt;Recipe for a Pareto Analysis – Revisited&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you don't need to create buttons to make this work. The Qlik have brought the ability to sort using an expression within the aggregate function. This will make your life so much more easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 22:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202510#M874587</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-14T22:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202511#M874589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update, currently I'm using qlik 11.2 x version (serverand) &amp;amp; my client desktop 12v. do&amp;nbsp; I need to upgrade to latest version to make this bug fix will work.? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 00:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202511#M874589</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2016-12-15T00:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202512#M874592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure which version might have this functionality, but you would at least need QV 12 or higher.... Working on updating the sample to check if it actually works. I am very excited to test this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 02:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202512#M874592</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-15T02:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202513#M874595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the new chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; rangesum(above(TOTAL (Sum({&amp;lt;ArticleNo&amp;gt;}TotalNetPrice)/Sum(TOTAL {&amp;lt;ArticleNo&amp;gt;} TotalNetPrice)),0,RowNo(Total)))&amp;lt;0.6,'A Stocks',if(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; rangesum(above(TOTAL (Sum({&amp;lt;ArticleNo&amp;gt;}TotalNetPrice)/Sum(TOTAL {&amp;lt;ArticleNo&amp;gt;} TotalNetPrice)),0,RowNo(Total)))&amp;gt;0.6 and rangesum(above(TOTAL (Sum({&amp;lt;ArticleNo&amp;gt;}TotalNetPrice)/Sum(TOTAL {&amp;lt;ArticleNo&amp;gt;} TotalNetPrice)),0,RowNo(Total)))&amp;lt;0.9,'B Stocks',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'C Stocks'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ), (ArticleNo, (=Sum({&amp;lt;ArticleNo&amp;gt;}TotalNetPrice), DESC)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT ArticleNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT ArticleNo)/Count(TOTAL DISTINCT ArticleNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(TotalNetPrice)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(TotalNetPrice)/Sum(TOTAL TotalNetPrice)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146715_Capture.PNG" style="height: 107px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 02:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202513#M874595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-15T02:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202514#M874598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;I want to use a measure or a calculated dimension as a "order by" parameter in the Aggr().&lt;/P&gt;&lt;P&gt;Reading your solution it seems possible. &lt;EM&gt;&lt;EM&gt;(ArticleNo, &lt;STRONG&gt;(=Sum({&amp;lt;ArticleNo&amp;gt;}TotalNetPrice)&lt;/STRONG&gt;, DESC)).&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I wrong? Please could you confirm me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 14:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202514#M874598</guid>
      <dc:creator>ciampaciampa</dc:creator>
      <dc:date>2017-03-08T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202515#M874601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was recently introduced in QV12... you can read about it more here: &lt;A href="https://community.qlik.com/qlik-blogpost/5065"&gt;Recipe for a Pareto Analysis – Revisited&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 16:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-Analysis-in-Qlikview/m-p/1202515#M874601</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-08T16:30:01Z</dc:date>
    </item>
  </channel>
</rss>

