<?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 ABC Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/ABC-Analysis/m-p/1937872#M77306</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am trying to build a dashboard on ABC analysis, where we classify the materials as Category A (80%), Category B(15%) and Category C (5%).&lt;/P&gt;
&lt;P&gt;In the filter pane, I am trying to show a Range % which should show how much % (ex 10%, 20%, 30% etc upto 100%), total unique materials, unique suppliers is contributing to the respective Range %,. If i select upto 50%, it should show all the material details until 50% i.e upto 10%+20%+30%+40%+50%.&lt;/P&gt;
&lt;P&gt;I tried the following in the data load editor but it is not giving the correct result.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;if("Total %"&amp;lt;=10,'upto 10%', if("Total %"&amp;gt;10 and "Total %"&amp;lt;=20, 'upto 20%', if("Total %"&amp;gt;20 and "Total %"&amp;lt;=30, 'upto 30%', &lt;BR /&gt;if("Total %"&amp;gt;30 and "Total %"&amp;lt;=40, 'upto 40%', if("Total %"&amp;gt;40 and "Total %"&amp;lt;=50, 'upto 50%', if("Total %"&amp;gt;50 and "Total %"&amp;lt;=60, 'upto 60%', &lt;BR /&gt;if("Total %"&amp;gt;60 and "Total %"&amp;lt;=70, 'upto 70%', if("Total %"&amp;gt;70 and "Total %"&amp;lt;=80, 'upto 80%', if("Total %"&amp;gt;80 and "Total %"&amp;lt;=90, 'upto 90%',&lt;BR /&gt;if("Total %"&amp;gt;90 and "Total %"&amp;lt;=100, 'upto 100%')))))))))) as range&lt;/P&gt;
&lt;P&gt;i tried this also but no correct results.&lt;/P&gt;
&lt;P&gt;if(rangesum(peek("Percentage %"),rowno())&amp;lt;=10.00,'upto 10%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;10.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=20.99,'upto 20%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;20.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=30.99,'upto 30%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;30.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=40.99,'upto 40%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;40.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=50.99,'upto 50%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;50.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=60.99,'upto 60%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;60.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=70.99,'upto 70%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;70.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=80.99,'upto 80%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;80.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=90.99,'upto 90%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;90.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=100.99,'upto 100%')))))))))) as Range%&lt;/P&gt;
&lt;P&gt;I have attached the data file for your reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vani&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 15:46:54 GMT</pubDate>
    <dc:creator>VaniNarasimhamurthy</dc:creator>
    <dc:date>2022-05-31T15:46:54Z</dc:date>
    <item>
      <title>ABC Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/ABC-Analysis/m-p/1937872#M77306</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am trying to build a dashboard on ABC analysis, where we classify the materials as Category A (80%), Category B(15%) and Category C (5%).&lt;/P&gt;
&lt;P&gt;In the filter pane, I am trying to show a Range % which should show how much % (ex 10%, 20%, 30% etc upto 100%), total unique materials, unique suppliers is contributing to the respective Range %,. If i select upto 50%, it should show all the material details until 50% i.e upto 10%+20%+30%+40%+50%.&lt;/P&gt;
&lt;P&gt;I tried the following in the data load editor but it is not giving the correct result.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;if("Total %"&amp;lt;=10,'upto 10%', if("Total %"&amp;gt;10 and "Total %"&amp;lt;=20, 'upto 20%', if("Total %"&amp;gt;20 and "Total %"&amp;lt;=30, 'upto 30%', &lt;BR /&gt;if("Total %"&amp;gt;30 and "Total %"&amp;lt;=40, 'upto 40%', if("Total %"&amp;gt;40 and "Total %"&amp;lt;=50, 'upto 50%', if("Total %"&amp;gt;50 and "Total %"&amp;lt;=60, 'upto 60%', &lt;BR /&gt;if("Total %"&amp;gt;60 and "Total %"&amp;lt;=70, 'upto 70%', if("Total %"&amp;gt;70 and "Total %"&amp;lt;=80, 'upto 80%', if("Total %"&amp;gt;80 and "Total %"&amp;lt;=90, 'upto 90%',&lt;BR /&gt;if("Total %"&amp;gt;90 and "Total %"&amp;lt;=100, 'upto 100%')))))))))) as range&lt;/P&gt;
&lt;P&gt;i tried this also but no correct results.&lt;/P&gt;
&lt;P&gt;if(rangesum(peek("Percentage %"),rowno())&amp;lt;=10.00,'upto 10%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;10.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=20.99,'upto 20%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;20.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=30.99,'upto 30%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;30.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=40.99,'upto 40%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;40.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=50.99,'upto 50%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;50.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=60.99,'upto 60%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;60.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=70.99,'upto 70%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;70.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=80.99,'upto 80%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;80.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=90.99,'upto 90%',&lt;BR /&gt;if(rangesum(peek("Percentage %"),rowno())&amp;gt;90.00 and rangesum(peek("Percentage %"),rowno())&amp;lt;=100.99,'upto 100%')))))))))) as Range%&lt;/P&gt;
&lt;P&gt;I have attached the data file for your reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vani&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 15:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ABC-Analysis/m-p/1937872#M77306</guid>
      <dc:creator>VaniNarasimhamurthy</dc:creator>
      <dc:date>2022-05-31T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/ABC-Analysis/m-p/1938204#M77328</link>
      <description>&lt;P&gt;As classification can change based user selections this make more sense to be calculated in chart and not in script, as then the classifications would be static&lt;/P&gt;
&lt;P&gt;refer below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-an-ABC-Analysis/ba-p/1472867" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-an-ABC-Analysis/ba-p/1472867&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 09:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ABC-Analysis/m-p/1938204#M77328</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-06-01T09:34:04Z</dc:date>
    </item>
  </channel>
</rss>

