<?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 Pivot Table - Running Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235950#M590236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, and thanks, I haven't notice that.&lt;/P&gt;&lt;P&gt;Anyway I had to provide this code to a friend running QV version 7.5 (don't ask, corporate policy). Also, I really don't undestand the differnce bewteen RangeSum() and NumSum(), the manual has exactly the same description, just saying that Numsum() is obsolete.&lt;/P&gt;&lt;P&gt;What does obsolete mean, if it is still working?&lt;/P&gt;&lt;P&gt;Anybody, QV transition/upgrade specialist, express your opinion ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mangas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2009 18:52:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-09T18:52:20Z</dc:date>
    <item>
      <title>Pivot Table - Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235948#M590234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody. I have a Pivot table with three dimensions and 3 expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;1) Customer,&lt;/P&gt;&lt;P&gt;2) Transaction Date,&lt;/P&gt;&lt;P&gt;3) Transaction Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;1) Value in orig.currency (column 1)&lt;/P&gt;&lt;P&gt;2) value in local currency (column 2)&lt;/P&gt;&lt;P&gt;3) Running total in local currency (column 3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the RUNNING TOTAL I have implemented the following formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;if(rowno(total)=0,0,numsum(column(2),above(total column(3))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is to share with you, and is working, could be used in accounting spreadheet simulation etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a different approach how to achieve the same? Just taking info &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Mangas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 17:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235948#M590234</guid>
      <dc:creator />
      <dc:date>2009-11-09T17:48:01Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235949#M590235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also try using RangeSum() Function to get the running total. Good work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 18:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235949#M590235</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2009-11-09T18:39:56Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235950#M590236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, and thanks, I haven't notice that.&lt;/P&gt;&lt;P&gt;Anyway I had to provide this code to a friend running QV version 7.5 (don't ask, corporate policy). Also, I really don't undestand the differnce bewteen RangeSum() and NumSum(), the manual has exactly the same description, just saying that Numsum() is obsolete.&lt;/P&gt;&lt;P&gt;What does obsolete mean, if it is still working?&lt;/P&gt;&lt;P&gt;Anybody, QV transition/upgrade specialist, express your opinion ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mangas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 18:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235950#M590236</guid>
      <dc:creator />
      <dc:date>2009-11-09T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Running Total</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235951#M590237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gentlemen, sorry but i'm not fully understanding the logic of this formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i have an If question :&lt;/P&gt;&lt;P&gt;Suppose i want to get only the running total of&amp;nbsp; value in local currency, without showing the values im running on, i e, i want only column 3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It really coulnd't be so complex to get a running total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 19:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Running-Total/m-p/235951#M590237</guid>
      <dc:creator>bimartingo</dc:creator>
      <dc:date>2012-02-09T19:54:11Z</dc:date>
    </item>
  </channel>
</rss>

