<?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 with multiple condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/ABC-Analysis-with-multiple-condition/m-p/1703890#M53945</link>
    <description>&lt;P&gt;Would you be able to share a sample where we can see this issue?&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2020 14:36:06 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-05-20T14:36:06Z</dc:date>
    <item>
      <title>ABC Analysis with multiple condition</title>
      <link>https://community.qlik.com/t5/App-Development/ABC-Analysis-with-multiple-condition/m-p/1703579#M53894</link>
      <description>&lt;P&gt;Here is the formula which I am using to create a list box/calculated dimension in filter pane that allows multiple select .&amp;nbsp; The formula is not giving the desired results . It should list all the segments as per the condition in the formula . It is currently listing only the first condition result(0-10% in the filter pane). Can you help me here ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.1, '0-10%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.2, '10-20%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.3, '20-30%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.4, '30-40%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.5, '40-50%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.6, '50-60%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.7, '60-70%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.8, '70-80%',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If(Rangesum(Above(((Sum([Demand Data.CY Total RNs])/Sum([Demand Data.Capacity]))-&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])))/&lt;/P&gt;&lt;P&gt;(Sum([CYPW Total RNs])/Sum([Demand Data.Capacity])),1,RowNo()))&amp;lt;0.9, '80-90%','Above 90 %'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;))))))))),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Region,Country,State,Market,[Stay Week])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 13:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ABC-Analysis-with-multiple-condition/m-p/1703579#M53894</guid>
      <dc:creator>spugalen</dc:creator>
      <dc:date>2021-04-01T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABC Analysis with multiple condition</title>
      <link>https://community.qlik.com/t5/App-Development/ABC-Analysis-with-multiple-condition/m-p/1703890#M53945</link>
      <description>&lt;P&gt;Would you be able to share a sample where we can see this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 14:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ABC-Analysis-with-multiple-condition/m-p/1703890#M53945</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-20T14:36:06Z</dc:date>
    </item>
  </channel>
</rss>

