<?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 Cumulative Calculation By each Row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813086#M1023991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;I would like to achieve cumulative calculation using pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attach example(Spread Sheet) and sample model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 15:43:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-16T15:43:45Z</dc:date>
    <item>
      <title>Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813086#M1023991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;I would like to achieve cumulative calculation using pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attach example(Spread Sheet) and sample model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 15:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813086#M1023991</guid>
      <dc:creator />
      <dc:date>2015-03-16T15:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813087#M1023992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below script&lt;/P&gt;&lt;P&gt;LOAD *, Date(MakeDate(year,period),'MMM YYYY') as MonthYear Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; year, period, product, exp1, exp2&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2015, 1, a1, 100, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2015, 1, b1, 200, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2015, 2, a1, 200, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2015, 2, b1, 50, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2015, 3, a1, 40, 25&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2015, 3, b1, 250, 50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a Pivot Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;product&lt;/P&gt;&lt;P&gt;MonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(exp1)&lt;/P&gt;&lt;P&gt;RangeSum(Above(SUM(exp1),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way use for exp2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813087#M1023992</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-16T16:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813088#M1023993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use:&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;gt;0, if(aggr(min(period),year)&amp;gt;0, sum(exp1), sum(exp1) + rangesum(Before(Total Exp1YTD))), Sum(TOTAL exp1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached file will give full details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813088#M1023993</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-16T16:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813089#M1023994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would like to see by each product not in total level.&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80937_Capture.JPG" style="width: 620px; height: 78px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813089#M1023994</guid>
      <dc:creator />
      <dc:date>2015-03-17T10:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813090#M1023995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should do it for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813090#M1023995</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T10:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813091#M1023996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80973_Capture2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I will hide the expression then Column(2) - Column(4) expression will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without using the column name how can we calculate the cumulative sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813091#M1023996</guid>
      <dc:creator />
      <dc:date>2015-03-17T12:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813092#M1023997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QV model is not attaching here for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to show only the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Capture3.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81103_Capture3.JPG" style="width: 620px; height: 94px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813092#M1023997</guid>
      <dc:creator />
      <dc:date>2015-03-18T08:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813093#M1023998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the rules added together :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;gt;0, if(aggr(min(period),year)&amp;gt;0, sum(exp1), sum(exp1) + rangesum(Before(Total Exp1YTD))), Sum(TOTAL exp1))&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;gt;0, if(aggr(min(period),year)&amp;gt;0, sum(exp2), sum(exp2) + rangesum(Before(Total Exp2YTD))), Sum(TOTAL exp2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you don't need any intervening calculations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you only need the total line and not Exp1YTD and Exp2YTD&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>Wed, 18 Mar 2015 09:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813093#M1023998</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-18T09:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813094#M1023999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;In the calculation Exp1YTD and Exp2YTD have used which are the name of the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May you please provide me the sample qv model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Tx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813094#M1023999</guid>
      <dc:creator />
      <dc:date>2015-03-18T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813095#M1024000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I think that was slightly off ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the new result and the QV Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81100_example.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813095#M1024000</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-18T10:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813096#M1024001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculation does not seem right.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81116_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for period 1 : Result = 100&lt;/P&gt;&lt;P&gt;2: 100+200-0 =300&lt;/P&gt;&lt;P&gt;3: 300+40 -25 = 315&lt;/P&gt;&lt;P&gt;4: 315+40 -25 = 330&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813096#M1024001</guid>
      <dc:creator />
      <dc:date>2015-03-18T10:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813097#M1024002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The results are the same now except that I have made Exp2 in period 1 set to zero as it does not figure in the calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813097#M1024002</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-18T11:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813098#M1024003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the attached qv it showing the same result.&lt;/P&gt;&lt;P&gt;It is showing:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="81117" alt="Capture4.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81117_Capture4.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;It must show&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="81118" alt="Capture5.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81118_Capture5.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813098#M1024003</guid>
      <dc:creator />
      <dc:date>2015-03-18T11:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813099#M1024004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apologies - I did not include the correct application .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81123_example.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813099#M1024004</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-18T11:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813100#M1024005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the Exp1 and Exp2 is not providing the origianl values but the cumulative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see the below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture6.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81128_Capture6.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise if it is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813100#M1024005</guid>
      <dc:creator />
      <dc:date>2015-03-18T11:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813101#M1024006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorted ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was showing the YTD values for Exp1 and Exp2. I have left them in the chart as commented out so you can revert to using them if you wish later on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813101#M1024006</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-18T11:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813102#M1024007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;Exactly the same I was getting.&lt;/P&gt;&lt;P&gt;But the result is not right. Please check the highlighted numbers.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture7.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81130_Capture7.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;It must show :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture6.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81131_Capture6.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we performing the cumulative calculation on same row then it is not giving correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813102#M1024007</guid>
      <dc:creator />
      <dc:date>2015-03-18T11:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813103#M1024010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="example.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81127_example.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 12:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813103#M1024010</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-18T12:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Calculation By each Row</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813104#M1024014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Million Rupert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 12:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Calculation-By-each-Row/m-p/813104#M1024014</guid>
      <dc:creator />
      <dc:date>2015-03-18T12:42:41Z</dc:date>
    </item>
  </channel>
</rss>

