<?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: Partial Sum problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1634867#M446717</link>
    <description>&lt;P&gt;I have also tried advanced aggregation: sum(aggr(expression,Dimension)) but no use. Can anyone help me on this please?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 13:06:46 GMT</pubDate>
    <dc:creator>Prav</dc:creator>
    <dc:date>2019-10-14T13:06:46Z</dc:date>
    <item>
      <title>Partial Sum problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1634768#M446708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a pivot table like below. Bold ones are partial sums.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 888px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21383i184994F747A12758/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I am struggling with expression 'H'. For 'H', I need to multiply the TOTAL of&amp;nbsp; 'G' which is 173,157.33 with expression 'B' which is 7.94 and then divided by 100. The result for first column should be something like (173,157.33 * 7.94)/100 =13,748.69. But it is showing like 19,589.26 which is incorrect.&lt;/P&gt;&lt;P&gt;Expression 'G'&amp;nbsp; = E - F.&lt;/P&gt;&lt;P&gt;Can anyone help me on this?&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 11:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1634768#M446708</guid>
      <dc:creator>Prav</dc:creator>
      <dc:date>2019-10-14T11:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1634867#M446717</link>
      <description>&lt;P&gt;I have also tried advanced aggregation: sum(aggr(expression,Dimension)) but no use. Can anyone help me on this please?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1634867#M446717</guid>
      <dc:creator>Prav</dc:creator>
      <dc:date>2019-10-14T13:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1638017#M446974</link>
      <description>&lt;P&gt;Have a look at the following Help link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The only other thing of which I can think is your needing to use RowNo() or RecNo() in the load script to be sure every row in your data is unique to ensure you get what you want in your calculations.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only other link I have is the following that may be helpful related to AGGR:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/AGGR/ba-p/1475149" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/AGGR/ba-p/1475149&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to search further on the Design Blog area, use the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully one of these will prove to be helpful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 19:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1638017#M446974</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-21T19:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1638060#M446981</link>
      <description>&lt;P&gt;What expressions are you using for all the different rows? Can you share a sample to help you better here?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 20:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1638060#M446981</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-21T20:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1649733#M447743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for late reply. I solved this issue by creating individual variables and added them all.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 16:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sum-problem/m-p/1649733#M447743</guid>
      <dc:creator>Prav</dc:creator>
      <dc:date>2019-11-21T16:46:27Z</dc:date>
    </item>
  </channel>
</rss>

