<?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: Sub total issue in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997135#M339176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Liron said, you will need to crate another dimension.&amp;nbsp; I would suggest a method that is dynamic as possible.&amp;nbsp; You may want to expand his solution to use nested 'If' in case you have more than the 2 types shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Dec 2015 13:56:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-29T13:56:13Z</dc:date>
    <item>
      <title>Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997131#M339172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with two dimensions and one measure. Which looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110165" alt="adding up dimension totals.jpg" class="jive-image image-1" src="/legacyfs/online/110165_adding up dimension totals.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way that I can add up the first two dimension values totals and display as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110166" alt="Required subtotals.jpg" class="jive-image image-2" src="/legacyfs/online/110166_Required subtotals.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching a qvw file with sample data which may be useful. Also giving a table box which contains sample data.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 12:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997131#M339172</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-12-29T12:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997132#M339173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any work around from edit script??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997132#M339173</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-12-29T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997133#M339174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you'll need to create&lt;/P&gt;&lt;P&gt;another dimension that group the two levels&lt;/P&gt;&lt;P&gt;have a look at the attach example &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997133#M339174</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-12-29T13:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997134#M339175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've noticed you are grouping already by ProductRecordKey,&lt;/P&gt;&lt;P&gt;Why don't you create combined cost type in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997134#M339175</guid>
      <dc:creator />
      <dc:date>2015-12-29T13:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997135#M339176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Liron said, you will need to crate another dimension.&amp;nbsp; I would suggest a method that is dynamic as possible.&amp;nbsp; You may want to expand his solution to use nested 'If' in case you have more than the 2 types shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997135#M339176</guid>
      <dc:creator />
      <dc:date>2015-12-29T13:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997136#M339177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually that key is a link to my fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997136#M339177</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-12-29T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997137#M339178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liron,&lt;/P&gt;&lt;P&gt;Thanks for your solution, the only problem I have in this solution is my customers are going to download the file where they will see an extra column( the first one ) for the whole data. In original the table is very huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997137#M339178</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-12-29T14:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997138#M339179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I was able to crack this with the help of the following link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dvtrenches.wordpress.com/2011/05/11/qlikview-subtotaling-customization-part-2/" title="https://dvtrenches.wordpress.com/2011/05/11/qlikview-subtotaling-customization-part-2/"&gt;Qlikview Subtotaling Customization: Part 2 |&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the solution is almost same as of Liron but a data modeling change is additional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 09:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997138#M339179</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-12-30T09:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997139#M339180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also attached the final qvw with desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 09:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997139#M339180</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-12-30T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sub total issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997140#M339181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using some script &amp;amp; Front end you can do this like in attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 10:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sub-total-issue-in-Pivot-table/m-p/997140#M339181</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-30T10:31:27Z</dc:date>
    </item>
  </channel>
</rss>

