<?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: Groupping Total in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838829#M294876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to added it as a new column they you can simply added it as expression but if you want it as a row value then try with the rangesum() and above() combination to get read the previous value and get the difference out of it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 07:12:53 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-06-17T07:12:53Z</dc:date>
    <item>
      <title>Groupping Total in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838828#M294875</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;&lt;/P&gt;&lt;P&gt;I have following type of&amp;nbsp; pivot table for calculating P&amp;amp;L &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="135" style="width: 359px; height: 138px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="78"&gt;GROUP&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;TYPE&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="64"&gt;AMOUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;INCOME&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;58000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;EXPENSE&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;45000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;TOTAL(A-B)&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;13000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In pivot table I want to display (A-B) total&amp;nbsp; how to achieve the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838828#M294875</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-06-17T07:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Groupping Total in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838829#M294876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to added it as a new column they you can simply added it as expression but if you want it as a row value then try with the rangesum() and above() combination to get read the previous value and get the difference out of it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838829#M294876</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-17T07:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Groupping Total in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838830#M294877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try in expression column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(wildmatch(Type,'Expense'),Amount * -1,Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you dont want show Expense amount in negative then go to Number tab select Integer/Fixed to&lt;/P&gt;&lt;P&gt;and set below pattern&lt;/P&gt;&lt;P&gt;#,##0.00;#,##0.00; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838830#M294877</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-17T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Groupping Total in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838831#M294878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas&lt;/P&gt;&lt;P&gt;Here is solution (data file was connected with qvw).&lt;/P&gt;&lt;P&gt;Regards, Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838831#M294878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T12:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Groupping Total in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838832#M294879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all&amp;nbsp; how has replied ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Create Dummy Scenario for the same Find attached QVW with my requirement can any one tell me how to achieve the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total&lt;/P&gt;&lt;P&gt;C =&amp;nbsp; A + B&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 06:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Groupping-Total-in-Pivot-table/m-p/838832#M294879</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-06-23T06:54:04Z</dc:date>
    </item>
  </channel>
</rss>

