<?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 Partial Sums in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291409#M1202827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have managed to partially sort out the partial sum problem by using dimensionality().&lt;/P&gt;&lt;DIV class="ForumPostBody"&gt;&lt;P&gt;Dimensionality() returns the "level" of the cell in a pivot. Dimensionality() = 0 would be your grand total, the partial sum on the first dimension. Each subsequent level would be higher.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x:scroll;"&gt;&lt;PRE style="margin:0px;"&gt;if(Dimensionality()&amp;gt;0, Current Expression)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, for your grand total, those lines will be null. They appear as a dash by default, but you can change that on the presentation tab.&lt;/P&gt;&lt;DIV style="clear:both;"&gt;In another post I came across the NoDistinct fucntion, which can apparently solve the changing sums issue when something is selected from a listbox. I am reading in qlikview help now and will try to perform this.&lt;/DIV&gt;&lt;DIV style="clear:both;"&gt;&lt;/DIV&gt;&lt;DIV style="clear:both;"&gt;Hope this helps.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2010 08:03:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-12T08:03:50Z</dc:date>
    <item>
      <title>Partial Sums in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291406#M1202824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have two problems with the partial sums in a pivot table i am working on.&lt;/P&gt;&lt;P&gt;Firstly, in my pivot table, i'm using a grand total and 3 sub totals, however i only really need one sub total. Is there any way where i could hide or only calculate one sub total?&lt;/P&gt;&lt;P&gt;Secondly, when i make a selection in a listbox, the pivot table retracts and shows me the correct data relating to my selection in the list however, it changes the total to show only that of my selection. for example; i have 4 produts totalling 800, 200 each, so when i make the selection, the total will show me 200 instead of 800. How can this be solved?&lt;/P&gt;&lt;P&gt;I pull the data from a server, so i cannot use any macros or load script.&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;Best Wishes and Regards,&lt;/P&gt;&lt;P&gt;msadri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291406#M1202824</guid>
      <dc:creator />
      <dc:date>2010-11-30T09:41:38Z</dc:date>
    </item>
    <item>
      <title>Partial Sums in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291407#M1202825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is a sample i obtained. &lt;A href="http://community.qlik.com/members/msadrikhcb/files/totals-problem.qvw.aspx"&gt;http://community.qlik.com/members/msadrikhcb/files/totals-problem.qvw.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I only need the total of functions of process 1 and the the grand total.&lt;/P&gt;&lt;P&gt;also, choosing a process from the listbox changes the grand total and thus the Agg.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291407#M1202825</guid>
      <dc:creator />
      <dc:date>2010-11-30T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Partial Sums in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291408#M1202826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also having the exact same problem! Please someone help us....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 12:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291408#M1202826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-09T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Partial Sums in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291409#M1202827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have managed to partially sort out the partial sum problem by using dimensionality().&lt;/P&gt;&lt;DIV class="ForumPostBody"&gt;&lt;P&gt;Dimensionality() returns the "level" of the cell in a pivot. Dimensionality() = 0 would be your grand total, the partial sum on the first dimension. Each subsequent level would be higher.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x:scroll;"&gt;&lt;PRE style="margin:0px;"&gt;if(Dimensionality()&amp;gt;0, Current Expression)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, for your grand total, those lines will be null. They appear as a dash by default, but you can change that on the presentation tab.&lt;/P&gt;&lt;DIV style="clear:both;"&gt;In another post I came across the NoDistinct fucntion, which can apparently solve the changing sums issue when something is selected from a listbox. I am reading in qlikview help now and will try to perform this.&lt;/DIV&gt;&lt;DIV style="clear:both;"&gt;&lt;/DIV&gt;&lt;DIV style="clear:both;"&gt;Hope this helps.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2010 08:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Sums-in-pivot-table/m-p/291409#M1202827</guid>
      <dc:creator />
      <dc:date>2010-12-12T08:03:50Z</dc:date>
    </item>
  </channel>
</rss>

