<?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: PIVOT Partial Sums in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388227#M422498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a Sum of rows type of expression, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum(Aggr(Max(EVALUATED_PRICE), &lt;STRONG&gt;[MATERIAL GROUP DESCRIPTION], [YEAR SOLD (BN)], CATEGORY, [MATERIAL DESCRIPTION]&lt;/STRONG&gt;))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You need all the pivot dimensions in the Aggr - I am assuming that they are the bold fields, Change if necessary)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 09:30:46 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-10-18T09:30:46Z</dc:date>
    <item>
      <title>PIVOT Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388224#M422495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have pivot Table, base on my observation the Partial Sums is not equal to Total Sum, I am trying to get the Max for EVALUATED_PRICE, here my script in expression &lt;STRONG&gt;max(EVALUATED_PRICE)&lt;/STRONG&gt; but the Total Partial Sum is not equal see below screenshot &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180046_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Suppose to be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;32,640&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24,160&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;28,400&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24,160&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;61,040&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 48,320&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 09:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388224#M422495</guid>
      <dc:creator>bsbernabe</dc:creator>
      <dc:date>2017-10-18T09:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388225#M422496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please attachr QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 09:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388225#M422496</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-18T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388226#M422497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Sum(Aggr(Max(EVALUATED_PRICE),Dim1,Dim2,Dim3))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 09:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388226#M422497</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-10-18T09:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388227#M422498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a Sum of rows type of expression, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum(Aggr(Max(EVALUATED_PRICE), &lt;STRONG&gt;[MATERIAL GROUP DESCRIPTION], [YEAR SOLD (BN)], CATEGORY, [MATERIAL DESCRIPTION]&lt;/STRONG&gt;))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You need all the pivot dimensions in the Aggr - I am assuming that they are the bold fields, Change if necessary)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 09:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388227#M422498</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-18T09:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388228#M422499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working thank you so much for your support i really appreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regard&lt;/P&gt;&lt;P&gt;Bing&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 23:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-Partial-Sums/m-p/1388228#M422499</guid>
      <dc:creator>bsbernabe</dc:creator>
      <dc:date>2017-10-18T23:22:33Z</dc:date>
    </item>
  </channel>
</rss>

