<?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 ABC Analysis question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257494#M499331</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;Please, take a look into attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2011 15:24:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-01T15:24:28Z</dc:date>
    <item>
      <title>ABC ABC Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257492#M499329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;I try create table which show ABC ABC analysis for sales&lt;/P&gt;&lt;P&gt;short explanation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need determine category of each product twice based on accumulated percents builded on Amount of sales and on number of saled units&lt;/P&gt;&lt;P&gt;Category A - Accumulated pct =&amp;lt; 80%&lt;/P&gt;&lt;P&gt;Category B - Accumulated pct =&amp;lt; 95%&lt;/P&gt;&lt;P&gt;Category C - Accumulated pct &amp;gt; 95&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;pct&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Accumulated pct&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product1&lt;/TD&gt;&lt;TD&gt;3000&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product2&lt;/TD&gt;&lt;TD&gt;2000&lt;/TD&gt;&lt;TD&gt;33%&lt;/TD&gt;&lt;TD&gt;83%&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product3&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;TD&gt;17%&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can calculate ABC categories for Sales. But cant find solution to combine calculation per sales and per units in one table&lt;/P&gt;&lt;P&gt;because when i add columns for saled units all of them sorted by Amount of sales instead saled units and Accumulated percent can't be calculated properly. Can anyboady suggest how i can sum percents based on rank of recods or reordering data inside expressions. Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 12:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257492#M499329</guid>
      <dc:creator />
      <dc:date>2011-06-01T12:19:16Z</dc:date>
    </item>
    <item>
      <title>ABC ABC Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257493#M499330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;You can try using the AGGR statement for this.&lt;/P&gt;&lt;P&gt;aggr( sum(Sold Units), Units ) this way it shows you the amount of the sold units per Unit.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 12:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257493#M499330</guid>
      <dc:creator />
      <dc:date>2011-06-01T12:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABC ABC Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257494#M499331</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;Please, take a look into attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257494#M499331</guid>
      <dc:creator />
      <dc:date>2011-06-01T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABC ABC Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257495#M499332</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 have the same question as QVVLlogin. ABC over one dimension seem to be solved ok by Qlikview but the challenge is how to combine ABC for two or more dimensions. E.g. We want to see ABC by Sales Value compared with ABC by Contribution, Volume, Frequency etc. Extremely useful and powerful type of analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a spreadsheet that shows the concept and what we are trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1) Is it possible to achieve this in a dynamic analysis in Qlikview, if so, how?&lt;/P&gt;&lt;P&gt;2) If a static classification must be done during load script, how would this script look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Freddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 11:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257495#M499332</guid>
      <dc:creator />
      <dc:date>2011-06-02T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABC ABC Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257496#M499333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know how this can be achived with set expression or functions but.&lt;/P&gt;&lt;P&gt;I think this logic can be implemented in load script in following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create several tables with ABC per Sales, Units, e.t.c.&lt;/P&gt;&lt;P&gt;2. Joining tables by ProductName&lt;/P&gt;&lt;P&gt;3. Creating a chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how about different type of selection?&lt;/P&gt;&lt;P&gt;Is that's analisys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe we can fill tables mentioned in the begining&amp;nbsp; with ABC calculations diring partial reload to decrease calculation time ? &lt;/P&gt;&lt;P&gt;this can be done with VB macro&lt;/P&gt;&lt;P&gt;But like for me it's realy tricky. &lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 11:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257496#M499333</guid>
      <dc:creator />
      <dc:date>2011-06-02T11:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABC ABC Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257497#M499334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question to freddyjo - what does the Frequency in you example stand for? How often a product is ordered independently of sales volume or sales volume is taken into consideration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 03:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABC-ABC-Analysis-question/m-p/257497#M499334</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2012-04-10T03:36:36Z</dc:date>
    </item>
  </channel>
</rss>

