<?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: How to make Qlik Sense pivot table aggregate the totals for percentages. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-Qlik-Sense-pivot-table-aggregate-the-totals-for/m-p/23212#M1566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried breaking the expression into two sums eg make the formula:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum(LAP_TGT_Rc) / sum(RET_TOT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Rod&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 09:40:08 GMT</pubDate>
    <dc:creator>rodjager</dc:creator>
    <dc:date>2018-05-29T09:40:08Z</dc:date>
    <item>
      <title>How to make Qlik Sense pivot table aggregate the totals for percentages.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-Qlik-Sense-pivot-table-aggregate-the-totals-for/m-p/23211#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently my pivot table sums the total for each customer entry. This works fine for financial values, but not for percentage based formulas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203769_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Note in the screenshot above that it has simply added 4.75%, 6.5% and 4.75% together giving a total of 16%. But if we were to sum those lines together we would get closer to 12.5%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula used is =sum(LAP_TGT_Rc/RET_TOT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make the totals for each customer reflect the sum of the whole for that customer, as opposed to Qlik just adding up each subline for said customer and spitting out a total?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 09:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-Qlik-Sense-pivot-table-aggregate-the-totals-for/m-p/23211#M1565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T09:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Qlik Sense pivot table aggregate the totals for percentages.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-Qlik-Sense-pivot-table-aggregate-the-totals-for/m-p/23212#M1566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried breaking the expression into two sums eg make the formula:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum(LAP_TGT_Rc) / sum(RET_TOT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Rod&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 09:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-Qlik-Sense-pivot-table-aggregate-the-totals-for/m-p/23212#M1566</guid>
      <dc:creator>rodjager</dc:creator>
      <dc:date>2018-05-29T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Qlik Sense pivot table aggregate the totals for percentages.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-Qlik-Sense-pivot-table-aggregate-the-totals-for/m-p/23213#M1567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would never have guessed that it'd be something so simple, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 10:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-Qlik-Sense-pivot-table-aggregate-the-totals-for/m-p/23213#M1567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T10:17:26Z</dc:date>
    </item>
  </channel>
</rss>

