<?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: Accumulated Calculation Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157370#M912433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamit Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives the impression that you have duplicated records in your data with the same ID. Maybe you could verify the records for those specific dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Karla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 03:00:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-27T03:00:34Z</dc:date>
    <item>
      <title>Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157369#M912432</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;I have an issue with accumulated balances (see below). On 10/11/2015 the accumulated balance should be 504 instead of 1,512.&lt;/P&gt;&lt;P&gt;Same problem on23/11/2015.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125977_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I have the following in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductBalances:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load ProductID,&lt;/P&gt;&lt;P&gt;RecordDate1,SKH_Quantity1,&lt;/P&gt;&lt;P&gt;If( ProductID=Peek( ProductID ),&lt;/P&gt;&lt;P&gt;RangeSum(SKH_Quantity1,Peek(AccumulatedSKH_Quantity1)),&lt;/P&gt;&lt;P&gt;RangeSum(SKH_Quantity1)) as AccumulatedSKH_Quantity1&lt;/P&gt;&lt;P&gt;Resident TempProductBalances&lt;/P&gt;&lt;P&gt;Order By ProductID, RecordDate1; &lt;/P&gt;&lt;P&gt;Drop Table TempProduct_x_Dates, TempProductBalances;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157369#M912432</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157370#M912433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamit Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives the impression that you have duplicated records in your data with the same ID. Maybe you could verify the records for those specific dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Karla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 03:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157370#M912433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-27T03:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157371#M912434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all I am confused about the accumulation scope. Is it is script or for UI.&lt;/P&gt;&lt;P&gt;For accumulation in UIfollow this link below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/149901" title="https://community.qlikview.com/thread/149901"&gt;accumulate in straight table | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is in script then follow below link &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/24988"&gt;Accumulation in Script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 03:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157371#M912434</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-05-27T03:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157372#M912435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you have problem with sorting&lt;/P&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ProductBalances:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load ProductID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RecordDate1,SKH_Quantity1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If( ProductID=Peek( ProductID ),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(SKH_Quantity1,Peek(AccumulatedSKH_Quantity1)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(SKH_Quantity1)) as AccumulatedSKH_Quantity1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident TempProductBalances&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Order By RecordDate1, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ProductID&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table TempProduct_x_Dates, TempProductBalances;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 04:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157372#M912435</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2016-05-27T04:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157373#M912436</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;This is the full script (see below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea was to bring in the missing dates and then try and accumulate the numbers. I have used the approach based on ideas on the forum, but I am still having issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for using RecordDate1 and SKH_Quantity1 was to avoid having any syn issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HISTORY:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date([SKH_RecordDate] + MakeDate(2000,1,1))as RecordDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "SKH_BaseStockID" as ProductID,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "SKH_Quantity";&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "SKH_StockHistory";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ---- A: Load all existing product balances&lt;/P&gt;&lt;P&gt;TempProductBalances:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; ProductID,"RecordDate" as RecordDate1, "SKH_Quantity" as SKH_Quantity1,&lt;/P&gt;&lt;P&gt;ProductID &amp;amp; '|' &amp;amp; Num( RecordDate ) as Product_x_DateID&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;HISTORY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MinMaxDate:&lt;/P&gt;&lt;P&gt;Load Min(RecordDate1) as MinDate, Max(RecordDate1) as MaxDate resident TempProductBalances;&lt;/P&gt;&lt;P&gt;Let vMinDate = Peek('MinDate',-1,'MinMaxDate') - 1;&lt;/P&gt;&lt;P&gt;Let vMaxDate = Peek('MaxDate',-1,'MinMaxDate') ;&lt;/P&gt;&lt;P&gt;Drop Table MinMaxDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ---- B: Create all combinations of product and date&lt;/P&gt;&lt;P&gt;TempProduct_x_Dates:&lt;/P&gt;&lt;P&gt;Load distinct ProductID Resident TempProductBalances;&lt;/P&gt;&lt;P&gt;Join (TempProduct_x_Dates)&lt;/P&gt;&lt;P&gt;Load Date(recno()+$(vMinDate)) as RecordDate1 Autogenerate vMaxDate - vMinDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ---- C: Append missing records onto the product balance table&lt;/P&gt;&lt;P&gt;Concatenate (TempProductBalances)&lt;/P&gt;&lt;P&gt;Load * Where not Exists( Product_x_DateID );&lt;/P&gt;&lt;P&gt;Load ProductID, RecordDate1,&lt;/P&gt;&lt;P&gt;ProductID &amp;amp; '|' &amp;amp; Num( RecordDate1 ) as Product_x_DateID&lt;/P&gt;&lt;P&gt;Resident TempProduct_x_Dates ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ---- &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; Create final product balance table. Propagate value from above record.&lt;/P&gt;&lt;P&gt;ProductBalances:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load ProductID,&lt;/P&gt;&lt;P&gt;RecordDate1,SKH_Quantity1,&lt;/P&gt;&lt;P&gt;If( ProductID=Peek( ProductID ),&lt;/P&gt;&lt;P&gt;RangeSum(SKH_Quantity1,Peek(AccumulatedSKH_Quantity1)),&lt;/P&gt;&lt;P&gt;RangeSum(SKH_Quantity1)) as AccumulatedSKH_Quantity1&lt;/P&gt;&lt;P&gt;Resident TempProductBalances&lt;/P&gt;&lt;P&gt;Order By RecordDate1, ProductID; // so that above values can be propagated downwards&lt;/P&gt;&lt;P&gt;// ---- E: Drop all temporary tables&lt;/P&gt;&lt;P&gt;Drop Table TempProduct_x_Dates, TempProductBalances;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table view:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125985_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 06:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157373#M912436</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2016-05-27T06:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157374#M912437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shamit, I don't know if this will resolve your issue or not, but the order by is not correct. You need to order it by ProductID and then by RecordDate1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ProductBalances:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load ProductID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RecordDate1,SKH_Quantity1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If( ProductID=Peek( ProductID ),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RangeSum(SKH_Quantity1,Peek(AccumulatedSKH_Quantity1)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RangeSum(SKH_Quantity1)) as AccumulatedSKH_Quantity1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident TempProductBalances&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Order By &lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ProductID, &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;RecordDate1&lt;/SPAN&gt;; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 09:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157374#M912437</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T09:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157375#M912438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine on a small data set by using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN&gt; &lt;SPAN style="color: #000000;"&gt;Product,&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;RecordDate1&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;For some reason, it does not work when applied to a large data set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Shamit&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 13:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157375#M912438</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2016-05-27T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Calculation Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157376#M912439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to check those specific days and look for anomaly in your data. If you check 10/11/2015 the data is triplicating which might hint that something might be triple counted for that day. What do you see when you do &lt;STRONG&gt;Avg(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;AccumulatedSKH_Quantity1)&lt;/STRONG&gt; instead of &lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;AccumulatedSKH_Quantity1)&lt;/STRONG&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also what happens if you rename &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ProductID &lt;/STRONG&gt;to &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ProductID1&lt;/STRONG&gt;? and then create the same table. Is this getting influenced by a link to other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will need to troubleshoot the issue at your end because I am sure you won't be able to share all the data with us &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 13:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-Calculation-Problem/m-p/1157376#M912439</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T13:21:10Z</dc:date>
    </item>
  </channel>
</rss>

