<?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: Pareto Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1675904#M455958</link>
    <description>&lt;P&gt;Sunny - I have attached a sample data model and sample data (data from tables in different sheets).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every complaint is attached to a part and has a reason and reason detail. One row can only have one reason but multiple reason details separated by ;&lt;/P&gt;&lt;P&gt;Pareto by Reason works fine but the issue is on the pareto by reason detail. On the data model you will see Reason Details table which is one per row. So if a complaint/part row has 3 reason details then this table will contain 3 rows with the same pid and values for the reason details. When I do pareto by reason detail the sum Total does not work. Looks like it only shows the total by Reason. Would the data model and sample data help you identify what's causing this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really stuck here since I am not sure if it is a problem with the data model or just some tweaks needed on the expressions. Any help would be appreciated. Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 19:29:05 GMT</pubDate>
    <dc:creator>sreelathamohan</dc:creator>
    <dc:date>2020-02-14T19:29:05Z</dc:date>
    <item>
      <title>Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673083#M455927</link>
      <description>&lt;P&gt;I have a pareto chart in my application (see attached). Some of the dimension values are Null. When I suppress NUll values I don't see the 100% on the Cumulative Line chart. But I show Null values then I can see the cumulative % values until 100%. How do I show 20 - 100% all values and not count Null dimension values for the chart?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673083#M455927</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T17:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673107#M455928</link>
      <description>&lt;P&gt;What is your expression for Cumulative %? and what is your dimension name in the chart?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 18:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673107#M455928</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-06T18:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673108#M455929</link>
      <description>&lt;P&gt;Cumulative % Expression:&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum([Quantity Affected]), 0, RowNo())) / Sum(total [Quantity Affected])&lt;/P&gt;&lt;P&gt;Failure Detail is the dimension name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 18:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673108#M455929</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T18:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673113#M455930</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeSum(Above(Sum([Quantity Affected]), 0, RowNo())) / Sum(TOTAL {&amp;lt;[Failure Detail] *= {"*"}&amp;gt;}[Quantity Affected])&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 Feb 2020 18:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673113#M455930</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-06T18:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673118#M455931</link>
      <description>&lt;P&gt;Not working. That shoots up the total % to more than 100 and I still see the Null dimension values&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 18:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673118#M455931</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T18:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673119#M455932</link>
      <description>&lt;P&gt;Suppress the null dimension now...sorry, I should have told that....&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 18:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673119#M455932</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-06T18:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673142#M455933</link>
      <description>&lt;P&gt;That worked Sunny. Thank you very much !! I might have another question for you soon.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 19:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673142#M455933</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T19:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673150#M455934</link>
      <description>&lt;P&gt;Sure thing.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673150#M455934</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-06T20:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673151#M455935</link>
      <description>&lt;P&gt;Sunny - One small issue - the total cumulative % against the last bar shows 100.85%. Why would that be?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673151#M455935</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T20:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673152#M455936</link>
      <description>&lt;P&gt;Also some of the bars don't show any value when in fact there are values. Please take a look at the screenshot&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673152#M455936</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T20:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673154#M455937</link>
      <description>&lt;P&gt;Actually that was a problem with my other expression. So now I see correct values for the bars.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I still don't see a 100% on the cumulative line against the last bar. It is a 100.85%.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673154#M455937</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T20:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673155#M455938</link>
      <description>&lt;P&gt;The questions you are asking are difficult to answer without looking at a sample.. would you be able to share a sample where I can see this?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673155#M455938</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-06T20:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673156#M455939</link>
      <description>&lt;P&gt;Not entirely sure, but try this may be&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeSum(Above(Sum({&amp;lt;[Failure Detail] *= {"*"}&amp;gt;} [Quantity Affected]), 0, RowNo())) / Sum(TOTAL {&amp;lt;[Failure Detail] *= {"*"}&amp;gt;}[Quantity Affected])&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673156#M455939</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-06T20:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673162#M455940</link>
      <description>&lt;P&gt;That did not work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673162#M455940</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T20:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673164#M455941</link>
      <description>&lt;P&gt;I can check if you are able to attach a sample&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673164#M455941</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-06T20:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673170#M455942</link>
      <description>&lt;P&gt;I don't think I will be able to attach the entire application. If I send you a sample excel with the dimension and measure values will you be able to tell?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673170#M455942</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T21:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673173#M455943</link>
      <description>&lt;P&gt;I think something is wrong with the cumulative % expression. Please take a look at the excel file. Columns A, B, C are from the chart and D and E manually calculated.&lt;/P&gt;&lt;P&gt;If you look at the first row you will see that there is a discrepancy between values in values in col C and col E.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673173#M455943</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T21:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673176#M455944</link>
      <description>&lt;P&gt;Here is the file.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673176#M455944</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T21:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673181#M455945</link>
      <description>&lt;P&gt;I am actually trying to accomplish what's on the attached file. Show cumulative % until 80% and the rest as "Others" and a spike from 80% to 100%. Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 22:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673181#M455945</guid>
      <dc:creator>sreelathamohan</dc:creator>
      <dc:date>2020-02-06T22:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673371#M455946</link>
      <description>&lt;P&gt;What is this giving you as an expression in a text object? Does it give you 133 or not?&lt;/P&gt;&lt;PRE&gt;Sum(TOTAL {&amp;lt;[Failure Detail] *= {"*"}&amp;gt;}[Quantity Affected])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 14:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pareto-Chart/m-p/1673371#M455946</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-07T14:02:16Z</dc:date>
    </item>
  </channel>
</rss>

