<?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 / cummulative in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377173#M1168196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Ton RJ , It worked ,Thanks a Lot for ur help !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2012 11:02:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-21T11:02:12Z</dc:date>
    <item>
      <title>Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377166#M1168185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hav a challenge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly go through the excel attached which contains two sheet ,wherein one was the sample page and the other was the result page that i would like my result to be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To brief it here ,based on the cateogory the cummulative /running total should be done, for a quik review kindly find the image attached.&lt;/P&gt;&lt;P&gt;kindly help me out guys!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ahead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2012 08:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377166#M1168185</guid>
      <dc:creator />
      <dc:date>2012-08-12T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377167#M1168187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awful solution I know but it kind of works for a small number of categories. (I look forward to a better solution)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RowNo()=1,sum(Amount),&lt;/P&gt;&lt;P&gt;if(RowNo()=3,sum(Amount)+(above(sum (Amount),2))+above(sum(Amount)),&lt;/P&gt;&lt;P&gt;if(RowNo()=2,sum(Amount)+above(sum(Amount)),&lt;/P&gt;&lt;P&gt;if(RowNo()=4,sum(Amount)+(above(sum (Amount),2))+above(sum(Amount))+(above(sum (Amount),3)),&lt;/P&gt;&lt;P&gt;if(RowNo()=5,sum(Amount)+(above(sum (Amount),2))+above(sum(Amount))+(above(sum (Amount),3))&lt;/P&gt;&lt;P&gt;+(above(sum (Amount),4)),&lt;/P&gt;&lt;P&gt;if(RowNo()=6,sum(Amount)+(above(sum (Amount),2))+above(sum(Amount))+(above(sum (Amount),3))&lt;/P&gt;&lt;P&gt;+(above(sum (Amount),4))+(above(sum (Amount),5)),&lt;/P&gt;&lt;P&gt;if(RowNo()=7,sum(Amount)+(above(sum (Amount),2))+above(sum(Amount))+(above(sum (Amount),3))&lt;/P&gt;&lt;P&gt;+(above(sum (Amount),4))+(above(sum (Amount),5))+(above(sum (Amount),6))&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;0)))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just used (which has worked for me so far for my requirements)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(TOTAL&amp;lt;Category&amp;gt;Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to avoid the above but Im sure there is a much better solution (I just have not been able to work it out yet)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2012 11:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377167#M1168187</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2012-08-12T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377168#M1168189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work too (straight and pIvot tables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum (above(sum(Amount),1,RowNo()-1))+sum(Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum (above(sum(Amount),0,RowNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2012 12:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377168#M1168189</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2012-08-12T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377169#M1168191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RJ, could you please provide the solution in qlikview with the test excel attached &lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 18:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377169#M1168191</guid>
      <dc:creator />
      <dc:date>2012-08-15T18:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377170#M1168193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you a problem with or difficulty understanding the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2012 09:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377170#M1168193</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2012-08-19T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377171#M1168194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have difficulty in understanding the solution and so requesting you to provide me the soultion in qlikview itself with the sample data I requested .. plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 20:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377171#M1168194</guid>
      <dc:creator />
      <dc:date>2012-08-20T20:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377172#M1168195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used your excel sheet and loaded into QLIKVIEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I see up a chart straight table (or chart pivot table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I set up &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;dimensions.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Selected&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category and&amp;nbsp; item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expressions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum (Amount)&lt;/P&gt;&lt;P&gt;SUM(TOTAL&amp;lt;Category&amp;gt;Amount)&lt;/P&gt;&lt;P&gt;RangeSum (above(sum(Amount),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to sort in some way to get the order the same as your excel spreadsheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will work. I have done similar at work (I use sum total category) or need to do similar whihc I will use range sum etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 06:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377172#M1168195</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2012-08-21T06:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377173#M1168196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Ton RJ , It worked ,Thanks a Lot for ur help !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 11:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377173#M1168196</guid>
      <dc:creator />
      <dc:date>2012-08-21T11:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running total / cummulative</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377174#M1168197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please let me know whether is there any possibility to do the same, apart form using the rangesum function in pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just wanted to know if at all if any please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 11:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-cummulative/m-p/377174#M1168197</guid>
      <dc:creator />
      <dc:date>2012-08-21T11:06:06Z</dc:date>
    </item>
  </channel>
</rss>

