<?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 PPK set analysis calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PPK-set-analysis-calculation/m-p/1793243#M1210892</link>
    <description>&lt;P&gt;hi experts! looking for some advice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;im trying to get a bar chart that displays the ppk analysis per batch number. however im having some problem getting the agg function of my calculation&amp;nbsp;so far.&amp;nbsp; i have the correct formula but not the correct variables&lt;/P&gt;&lt;P&gt;here is a snip of all my columns that im puling into my app.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BSCIknowlec_1-1616402483253.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51565i6B66D6C6A89509A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BSCIknowlec_1-1616402483253.png" alt="BSCIknowlec_1-1616402483253.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i just need to display the ppk of total tests values that have the same batch number. my ppk formula is&amp;nbsp;="(RangeMin($(vPpU),$(vPpL)))"&lt;/P&gt;&lt;P&gt;PPL= "=($(vMean)-$(vLSL))/($(v3_Standard_Deviation))"&lt;/P&gt;&lt;P&gt;PPU= "=($(vUSL)-$(vMean))/($(v3_Standard_Deviation))"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think my issue is with my mean and standard deviation formulas:&lt;/P&gt;&lt;P&gt;mean = "Avg(Aggr(Sum(PartParamValue),TOKEN83,Batch))"&lt;/P&gt;&lt;P&gt;STD="=3*(Stdev(Aggr(Sum(PartParamValue), TOKEN83, Batch)))"&lt;/P&gt;&lt;P&gt;Using the above calculation i get the following for 3 batch numbers:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BSCIknowlec_2-1616402617470.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51566iD249259FCE96EF74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BSCIknowlec_2-1616402617470.png" alt="BSCIknowlec_2-1616402617470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however the ppk for batch number 26127084 should actually be 2.43. the other numbers are incorrect as well.&lt;/P&gt;&lt;P&gt;i believe its a problem with my variables "TOKEN83" and "Batch".&amp;nbsp;&lt;/P&gt;&lt;P&gt;does anyone have any tips for me to get the correct variables in there so it gives me the correct ppk analysis per batch number?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 08:47:22 GMT</pubDate>
    <dc:creator>BSCIknowlec</dc:creator>
    <dc:date>2021-03-22T08:47:22Z</dc:date>
    <item>
      <title>PPK set analysis calculation</title>
      <link>https://community.qlik.com/t5/QlikView/PPK-set-analysis-calculation/m-p/1793243#M1210892</link>
      <description>&lt;P&gt;hi experts! looking for some advice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;im trying to get a bar chart that displays the ppk analysis per batch number. however im having some problem getting the agg function of my calculation&amp;nbsp;so far.&amp;nbsp; i have the correct formula but not the correct variables&lt;/P&gt;&lt;P&gt;here is a snip of all my columns that im puling into my app.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BSCIknowlec_1-1616402483253.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51565i6B66D6C6A89509A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BSCIknowlec_1-1616402483253.png" alt="BSCIknowlec_1-1616402483253.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i just need to display the ppk of total tests values that have the same batch number. my ppk formula is&amp;nbsp;="(RangeMin($(vPpU),$(vPpL)))"&lt;/P&gt;&lt;P&gt;PPL= "=($(vMean)-$(vLSL))/($(v3_Standard_Deviation))"&lt;/P&gt;&lt;P&gt;PPU= "=($(vUSL)-$(vMean))/($(v3_Standard_Deviation))"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think my issue is with my mean and standard deviation formulas:&lt;/P&gt;&lt;P&gt;mean = "Avg(Aggr(Sum(PartParamValue),TOKEN83,Batch))"&lt;/P&gt;&lt;P&gt;STD="=3*(Stdev(Aggr(Sum(PartParamValue), TOKEN83, Batch)))"&lt;/P&gt;&lt;P&gt;Using the above calculation i get the following for 3 batch numbers:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BSCIknowlec_2-1616402617470.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51566iD249259FCE96EF74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BSCIknowlec_2-1616402617470.png" alt="BSCIknowlec_2-1616402617470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however the ppk for batch number 26127084 should actually be 2.43. the other numbers are incorrect as well.&lt;/P&gt;&lt;P&gt;i believe its a problem with my variables "TOKEN83" and "Batch".&amp;nbsp;&lt;/P&gt;&lt;P&gt;does anyone have any tips for me to get the correct variables in there so it gives me the correct ppk analysis per batch number?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 08:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PPK-set-analysis-calculation/m-p/1793243#M1210892</guid>
      <dc:creator>BSCIknowlec</dc:creator>
      <dc:date>2021-03-22T08:47:22Z</dc:date>
    </item>
  </channel>
</rss>

