<?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: qlik sense - setting the totals in Pivot Table rows in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1701709#M53739</link>
    <description>&lt;P&gt;Thank you for being precise and providing the details on where the follow set expression can be used. This was very helpful to me :). Thanks again!.&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 17:56:10 GMT</pubDate>
    <dc:creator>praichubb</dc:creator>
    <dc:date>2020-05-13T17:56:10Z</dc:date>
    <item>
      <title>qlik sense - setting the totals in Pivot Table rows</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1329129#M28969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView, I know how to set the formula for the totals row in a pivot table as the expression, or sum of rows, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In QlikSense, it defaults to "total", which I assume is the total for the expression. However, in my case, I want it to be sum of rows. &lt;/P&gt;&lt;P&gt;When I click on the "Presentation" icon, I get this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Totals.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160254_Totals.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;However, when I click on the slider, I get this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2Totals.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/160256_2Totals.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Position" drop down doesn't drop down, and I can only change the label, not the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My rows are Qty, Cost, Extended Cost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my formula are sum(ItemQty), sum(ItemCost), and sum(ItemQty)*Sum(ItemCost). They are fine, except in the&lt;/P&gt;&lt;P&gt;total fields, where the displayed total is clearly incorrect:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3totals.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/160257_3totals.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearly, the "Extended Cost" is not equal to the sum of Qty (13563) x the sum of all ItemCosts ($498k). &lt;/P&gt;&lt;P&gt;I want the sum of rows for the Ext Cost to appear. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 17:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1329129#M28969</guid>
      <dc:creator />
      <dc:date>2017-04-17T17:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: qlik sense - setting the totals in Pivot Table rows</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1329130#M28970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this issue with Pivot table of Straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Straight Table in Every measure you will get a option as Total Function.. From that drop down select Sum as Function..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Pivot table YOu will have to write Seperate expression for Total&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(rowno(),&lt;/P&gt;&lt;P&gt;sum(Aggr(Sum(Qty), Dimension)),&lt;/P&gt;&lt;P&gt;Sum(Qty)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 10:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1329130#M28970</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-04-18T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: qlik sense - setting the totals in Pivot Table rows</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1701709#M53739</link>
      <description>&lt;P&gt;Thank you for being precise and providing the details on where the follow set expression can be used. This was very helpful to me :). Thanks again!.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 17:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1701709#M53739</guid>
      <dc:creator>praichubb</dc:creator>
      <dc:date>2020-05-13T17:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: qlik sense - setting the totals in Pivot Table rows</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1701724#M53743</link>
      <description>&lt;P&gt;Looks like you've already gotten a working response, but I'm curious: why not write the expression as Sum(QTY*ItemCost) in the first place?&lt;/P&gt;&lt;P&gt;As for the more complex option, another alternative should be:&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum(QTY)*Sum(ItemCost),Dimensions))&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 18:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-sense-setting-the-totals-in-Pivot-Table-rows/m-p/1701724#M53743</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-05-13T18:41:49Z</dc:date>
    </item>
  </channel>
</rss>

