<?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: cumulative total issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/cumulative-total-issue/m-p/439139#M560585</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;It works fine.The third dimension dragged into vertically alignment.The cumulative total gives correct result.Incase the third dimension dragged into horizontal alignment.The total become 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Kartheesan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 07:28:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-11T07:28:04Z</dc:date>
    <item>
      <title>cumulative total issue</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-issue/m-p/439137#M560583</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a issue to display cumulative sum in pivot table.Now am using the expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;if(dimensionality()=0,0,RangeSum(Above(TOTAL Column(1),0,NoOfRows(TOTAL)))).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Iam not getting the &lt;STRONG&gt;Total Value &lt;/STRONG&gt;for columnname Cumulative in the&amp;nbsp; attached pivot table.So,Kindly all help me to solve this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/333752#333752" /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Kartheesan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 07:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-issue/m-p/439137#M560583</guid>
      <dc:creator />
      <dc:date>2013-04-10T07:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total issue</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-issue/m-p/439138#M560584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression, you are explicitely returning 0 for your total line (dimensionality() = 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, try using a sum-of-rows-in-pivot-table expression (check the HELP for more details, there is a whole chapter that covers that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would probably look similar to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;if(dimensionality()=0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;sum( aggr( YOUREXPRESSIONCOLUMN1, Location, Month) )&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;RangeSum(Above(TOTAL Column(1),0,NoOfRows(TOTAL)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;where you need to replace YOUREXPRESSIONCOLUMN1 with the appropriate expression and double check your aggr() dimension field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 14:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-issue/m-p/439138#M560584</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-10T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total issue</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-issue/m-p/439139#M560585</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;It works fine.The third dimension dragged into vertically alignment.The cumulative total gives correct result.Incase the third dimension dragged into horizontal alignment.The total become 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Kartheesan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 07:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-issue/m-p/439139#M560585</guid>
      <dc:creator />
      <dc:date>2013-04-11T07:28:04Z</dc:date>
    </item>
  </channel>
</rss>

