<?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: Running total/Cumulative in pivot Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689409#M476123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jerem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 20:04:52 GMT</pubDate>
    <dc:creator>gouthamkk</dc:creator>
    <dc:date>2014-06-16T20:04:52Z</dc:date>
    <item>
      <title>Running total/Cumulative in pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689404#M476118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Test.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60655_Test.PNG.png" /&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get cumulative total for net column, My calculation in (In - Out) + Previous Net(Running total) for each group.&lt;/P&gt;&lt;P&gt;I tried using Range sum and above functions, getting only the value of previous row but not as a cumulative/ running total.&lt;/P&gt;&lt;P&gt;If used in a straight table, by selecting Full Accumulation, i could achieve it.&amp;nbsp; But my scenario is to use a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request for assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689404#M476118</guid>
      <dc:creator>gouthamkk</dc:creator>
      <dc:date>2014-06-16T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Cumulative in pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689405#M476119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Used this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above(total In - Out, 0, rowno(total)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689405#M476119</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-06-16T19:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Cumulative in pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689406#M476120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want running totals for each group, just take total out like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above(In - Out, 0, rowno()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689406#M476120</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-06-16T19:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Cumulative in pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689407#M476121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really appreciate it.&lt;/P&gt;&lt;P&gt;sorry to not mention, The running total hast to occur for each group, not for entire table, Is it possible to get the running total group wise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689407#M476121</guid>
      <dc:creator>gouthamkk</dc:creator>
      <dc:date>2014-06-16T19:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Cumulative in pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689408#M476122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be able to use:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; line-height: 1.5em;"&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: 12.727272033691406px; line-height: 1.5em;"&gt;rangesum(above(In - Out, 0, rowno()))&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: 12.727272033691406px; line-height: 1.5em;"&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: 12.727272033691406px; line-height: 1.5em;"&gt;like I mentioned above.&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: 12.727272033691406px; line-height: 1.5em;"&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: 12.727272033691406px; line-height: 1.5em;"&gt;If not, can you give an example of the output you want? What numbers are you expecting for your example?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 20:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689408#M476122</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-06-16T20:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Cumulative in pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689409#M476123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jerem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 20:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-Cumulative-in-pivot-Chart/m-p/689409#M476123</guid>
      <dc:creator>gouthamkk</dc:creator>
      <dc:date>2014-06-16T20:04:52Z</dc:date>
    </item>
  </channel>
</rss>

