<?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: Problems with an ABC-analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336995#M571820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is nice, thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2012 13:03:00 GMT</pubDate>
    <dc:creator>cscherer</dc:creator>
    <dc:date>2012-08-03T13:03:00Z</dc:date>
    <item>
      <title>Problems with an ABC-analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336989#M571814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me out. Sorry, if I´m in the wrong area, but it`s my first posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m trying to make an ABC-analysis. For that I accumulate the amount of articles in column 5. In the next step I want to say with an&amp;nbsp; if-formula, if this article is an A-, B- or C-Article. If the amount is less than 80% it is an A-article, between 80 and 95% it is an B-article and over 95% it is an C-article. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this formula it doesn`t work...&lt;/P&gt;&lt;P&gt;if( Column(5)&amp;nbsp; &amp;lt; 0.80 , 'A', if( Column(5) &amp;gt; 0.95 , 'C', 'B'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you got an idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 09:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336989#M571814</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2012-08-03T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with an ABC-analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336990#M571815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMO better way will be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- paste&lt;STRONG&gt; $(Anteil kum.)= rangesum(above(Count(PACKMENGE) / count(TOTAL(PACKMENGE)),0,rowno())) &lt;/STRONG&gt;as amount&amp;nbsp; cum. and make no acumulation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- paste&lt;STRONG&gt; =if( Column(4)&amp;nbsp; &amp;lt; 0.80 , 'A', if( Column(4) &amp;gt; 0.95 , 'C', 'B'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336990#M571815</guid>
      <dc:creator />
      <dc:date>2012-08-03T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with an ABC-analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336991#M571816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for answer, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now there is a new problem: I sorted the table descending by 'positions'. Now the sorting doesn`t work any more. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336991#M571816</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2012-08-03T10:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with an ABC-analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336992#M571817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because you still have accumulation in &lt;STRONG&gt;amount&amp;nbsp; cum. &lt;/STRONG&gt;right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select &lt;STRONG&gt;No Accumulation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW - if you use rangesum(above(..... you can only sort dimension (interactive sort does not work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is strange:/&lt;/P&gt;&lt;P&gt;anybody knows why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 11:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336992#M571817</guid>
      <dc:creator />
      <dc:date>2012-08-03T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with an ABC-analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336993#M571818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, I did as you said and selected 'No Accumulation'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do also wonder why the sort does work with dimension but not with the formula...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 12:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336993#M571818</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2012-08-03T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with an ABC-analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336994#M571819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably this blog about abc analysis I wrote some time ago is interesting for you: &lt;A class="loading" href="http://www.quickqlearqool.nl/?p=1086"&gt;http://www.quickqlearqool.nl/?p=1086&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 12:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336994#M571819</guid>
      <dc:creator />
      <dc:date>2012-08-03T12:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with an ABC-analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336995#M571820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is nice, thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 13:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-an-ABC-analysis/m-p/336995#M571820</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2012-08-03T13:03:00Z</dc:date>
    </item>
  </channel>
</rss>

