<?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 Table Partial Sum Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473305#M176805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/97503"&gt;Sarang Mehta&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It's not a good idea to add a question to another post, especially the closed one - almost nobody will read it, and I could be too busy to answer.&amp;nbsp; Recommendations:&lt;BR /&gt;1. Open a new questions, so there will be dozens new readers willing to help you.&lt;/P&gt;&lt;P&gt;2. Upload qvw rather than excel file.&amp;nbsp; From this file, it's not possible to guess what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;BR /&gt;PS: Calculations are always right in QV because it cannot calculate it wrong.&amp;nbsp; The question is if the expressions we use are correct &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, 21 May 2014 18:38:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-21T18:38:38Z</dc:date>
    <item>
      <title>Pivot Table Partial Sum Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473302#M176802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have this Pivot chart where in i have Quantity rate and Value,&lt;/P&gt;&lt;P&gt;Value=Quantity*Rate Row wise the values are right i.e for 100 kgs of rate rate 10 i am getting value 1000&lt;/P&gt;&lt;P&gt;But when I am taking partial sum product wise the total value doesnt matches.to the total sum which i get &lt;/P&gt;&lt;P&gt;when i export that report in excel..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And can i show only total sum of value and hide quantity and rate???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 11:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473302#M176802</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2013-06-14T11:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Sum Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473303#M176803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The totals in pivot table are always "expression total".&amp;nbsp; Totals in excel are always "sum of rows".&amp;nbsp; Often it is the same but sometimes it is not.&amp;nbsp; It is correct in QV and is wrong in excel, because excel doesn't eliminate duplicates as the "expression total" does.&lt;/P&gt;&lt;P&gt;As for the eliminating totals for some expressions - it is possible.&amp;nbsp; Make your expressions for quatntity and rate conditional, something like this:&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;gt;0, &amp;lt;your expression&amp;gt;, '')&lt;/P&gt;&lt;P&gt;It could be SecondaryDimensionality(), depending on your table layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 13:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473303#M176803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-14T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot Table Partial Sum Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473304#M176804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue.&lt;/P&gt;&lt;P&gt;I tried your solution but it does not work.&lt;/P&gt;&lt;P&gt;Neither dimensionality nor seconddimensionality worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA a sample excel sheet which consists of 2 dimensions.&lt;/P&gt;&lt;P&gt;Kindly request you to please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also one doubt, How the totals can be right in QV ?&lt;/P&gt;&lt;P&gt;In my case, I manually added the numbers and the totals in the excel are right. Please explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly I have another table with 5 dimensions as well where I am facing the same issue.&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sarang M. Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 13:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473304#M176804</guid>
      <dc:creator />
      <dc:date>2014-05-20T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Sum Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473305#M176805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/97503"&gt;Sarang Mehta&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It's not a good idea to add a question to another post, especially the closed one - almost nobody will read it, and I could be too busy to answer.&amp;nbsp; Recommendations:&lt;BR /&gt;1. Open a new questions, so there will be dozens new readers willing to help you.&lt;/P&gt;&lt;P&gt;2. Upload qvw rather than excel file.&amp;nbsp; From this file, it's not possible to guess what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;BR /&gt;PS: Calculations are always right in QV because it cannot calculate it wrong.&amp;nbsp; The question is if the expressions we use are correct &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, 21 May 2014 18:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Sum-Problem/m-p/473305#M176805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T18:38:38Z</dc:date>
    </item>
  </channel>
</rss>

