<?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: Issues in Pareto Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issues-in-Pareto-Chart/m-p/1566262#M441758</link>
    <description>Hi Amber,&lt;BR /&gt;I think you can try to use the accumulate function in the chart, or could you please give a small sample, so I can try to figure out to you.&lt;BR /&gt;Thanks&lt;BR /&gt;Aiolos Zhao</description>
    <pubDate>Mon, 08 Apr 2019 09:14:09 GMT</pubDate>
    <dc:creator>uacg0009</dc:creator>
    <dc:date>2019-04-08T09:14:09Z</dc:date>
    <item>
      <title>Issues in Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-in-Pareto-Chart/m-p/1566220#M441751</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am facing issues while developing Pareto chart in QlikView.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bar chart that shows top 10 defects and their count. The sum of defect count is&amp;nbsp; 15 (Screenshot 1 attached).&lt;BR /&gt;I have set the dimensional limits to largest 10 that's why displaying top 10 defects.&lt;BR /&gt;There are actually 30 defects that occurred for the respective selection.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to create a Pareto chart where I need to bring a line that should calculate sum of top 10 defects internally like below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum of 1st 10 defects = 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 1st bar should be : (2/12)*100 = 16.66&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 2nd bar should be : ((2+2)/12)*100=33.33&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 3rd bar should be : (2+2+2)/12)*100=50&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 4th bar should be : (2+2+2+2)/12) *100=66.66&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 5th bar should be : (2+2+2+2+2)/12) *100= 83.33&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 6th bar should be : (2+2+2+2+2+1)/12) *100= 91.66&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 7th bar should be : (2+2+2+2+2+1+1)/12) *100= 100&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 8th bar should be : (2+2+2+2+2+1+1+1)/12) *100= 108.33&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 9th bar should be : (2+2+2+2+2+1+1+1+1)/12) *100= 116.66&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Value of line chart on 10th bar should be : (2+2+2+2+2+1+1+1+1+1)/12) *100= 125&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am trying to implement the same, it is calculating the sum of all the defects ( 30 is the sum of all defects) and using below formula&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=(count( distinct if($(vCondition_DateRange) and DataProd=New_DATE and&amp;nbsp;ADS_Turno=Turno&lt;BR /&gt;and Anomalia_DATE &amp;lt;&amp;gt; Date(floor([Dte_Risoluzione])) , Dte_Insert))&lt;BR /&gt;+&lt;BR /&gt;count( distinct if($(vCondition_DateRange) and DataProd=New_DATE and&amp;nbsp;ADS_Turno=Turno&lt;BR /&gt;and Anomalia_DATE = Date(floor([Dte_Risoluzione])) and IdPtoRisoluzione&amp;lt;&amp;gt;IdPtoDelibera , Dte_Risoluzione)))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(count( total distinct if($(vCondition_DateRange) and DataProd=New_DATE and&amp;nbsp;ADS_Turno=Turno&lt;BR /&gt;and Anomalia_DATE &amp;lt;&amp;gt; Date(floor([Dte_Risoluzione])) , Dte_Insert))&lt;BR /&gt;+&lt;BR /&gt;count( total distinct if($(vCondition_DateRange) and DataProd=New_DATE and&amp;nbsp;ADS_Turno=Turno&lt;BR /&gt;and Anomalia_DATE = Date(floor([Dte_Risoluzione])) and IdPtoRisoluzione&amp;lt;&amp;gt;IdPtoDelibera , Dte_Risoluzione)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count( distinct if($(vCondition_DateRange) and DataProd=New_DATE and&amp;nbsp;ADS_Turno=Turno&lt;BR /&gt;and Anomalia_DATE &amp;lt;&amp;gt; Date(floor([Dte_Risoluzione])) , Dte_Insert))&lt;BR /&gt;+&lt;BR /&gt;count( distinct if($(vCondition_DateRange) and DataProd=New_DATE and&amp;nbsp;ADS_Turno=Turno&lt;BR /&gt;and Anomalia_DATE = Date(floor([Dte_Risoluzione])) and IdPtoRisoluzione&amp;lt;&amp;gt;IdPtoDelibera , Dte_Risoluzione))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is the formula for calculating defect count.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can anyone help me to undergo this requirement , in which QV should calculate the sum of top 10 defects and not all defects and should display line chart as per the above requirement.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyone's help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let me know if the requirement is unclear.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Amber Jain.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-in-Pareto-Chart/m-p/1566220#M441751</guid>
      <dc:creator>amber_jain</dc:creator>
      <dc:date>2024-11-16T03:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-in-Pareto-Chart/m-p/1566262#M441758</link>
      <description>Hi Amber,&lt;BR /&gt;I think you can try to use the accumulate function in the chart, or could you please give a small sample, so I can try to figure out to you.&lt;BR /&gt;Thanks&lt;BR /&gt;Aiolos Zhao</description>
      <pubDate>Mon, 08 Apr 2019 09:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-in-Pareto-Chart/m-p/1566262#M441758</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2019-04-08T09:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in Pareto Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-in-Pareto-Chart/m-p/1566290#M441761</link>
      <description>&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;Thank you for your prompt response on this.&lt;/P&gt;&lt;P&gt;I cannot provide sample as it is a big data model in my application and I am posting a confusion for small part of the dashboard.&lt;/P&gt;&lt;P&gt;Defect_Description is the dimension that I have used and Defect Count is the expression I have used whose formula I have provided in first post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you explain about Accumulate function in detail?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meanwhile I am trying to&amp;nbsp; give a sample for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amber Jain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 09:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-in-Pareto-Chart/m-p/1566290#M441761</guid>
      <dc:creator>amber_jain</dc:creator>
      <dc:date>2019-04-08T09:59:51Z</dc:date>
    </item>
  </channel>
</rss>

