<?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: Calculation using previous row value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755777#M1039385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should reset for only item level ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;both company and item level ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 16:12:19 GMT</pubDate>
    <dc:creator>preminqlik</dc:creator>
    <dc:date>2014-12-18T16:12:19Z</dc:date>
    <item>
      <title>Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755767#M1039366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts&lt;/P&gt;&lt;P&gt;I need to calculate the column “Risky stock” as shown in the attached excel file.&lt;/P&gt;&lt;P&gt;The other columns I have them loaded from SQL.&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755767#M1039366</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755768#M1039367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried making use of the above() function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755768#M1039367</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755769#M1039368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above function does mot reset when the item changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755769#M1039368</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755770#M1039370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;If the above function can reset when the item changes please tell me how it will helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755770#M1039370</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755771#M1039372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you include a sample qvw to show what your problem is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755771#M1039372</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755772#M1039375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ORGINAL_DATA:&lt;/P&gt;&lt;P&gt;LOAD *,RowNo() as Rowno INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,Average Sales, Month, Stock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 1, 200, 2, 150&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 1, 200, 3, 250&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 1, 200, 4, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 1, 200, 6, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 1, 200, 7, 500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 1, 200, 10, 750&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 1, 200, 12, 150&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 2, 100, 2, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 2, 100, 10, 1200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item 2, 100, 2, 100&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STAGE1:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if(rowno()=1,if([P_Average Sales]=[Average Sales],1,Stock-(Month*[Average Sales])),&lt;/P&gt;&lt;P&gt;IF([Average Sales]=[P_Average Sales],IF(Peek('RISK_STOCK')&amp;lt;0,(Stock+Peek('RISK_STOCK'))-((Month-P_Month)*[Average Sales]),Stock-((Month-P_Month)*[Average Sales])),Stock-(Month*[Average Sales]))) as RISK_STOCK;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Peek([Average Sales]) as [P_Average Sales],&lt;/P&gt;&lt;P&gt;peek(Month) as P_Month,&lt;/P&gt;&lt;P&gt;Peek(Stock) as P_Stock&lt;/P&gt;&lt;P&gt;Resident ORGINAL_DATA;&lt;/P&gt;&lt;P&gt;DROP table ORGINAL_DATA; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 16:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755772#M1039375</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-12-17T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755773#M1039377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi&lt;/P&gt;&lt;P style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I used the syntax you proposed &lt;STRONG style="font-style: inherit; font-size: 12px;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="91850" data-objecttype="3" href="https://community.qlik.com/people/PREMinQLIK" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Prem Kumar Thangallapally&lt;/A&gt; .&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 12px;"&gt;I got strange numbers.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 12px;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="91850" data-objecttype="3" href="https://community.qlik.com/people/PREMinQLIK" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Prem Kumar Thangallapally&lt;/A&gt;&amp;nbsp; and &lt;STRONG style="font-style: inherit;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="154581" data-objecttype="3" href="https://community.qlik.com/people/rdaitzman" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Robert Daitzman&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; please find attached the qvw file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Please if anyone can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755773#M1039377</guid>
      <dc:creator />
      <dc:date>2014-12-18T07:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755774#M1039380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this ..you have took Expdate in expression instead of Exp_month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stock_New:&lt;/P&gt;&lt;P&gt;LOAD *,RowNo() as Rowno&lt;/P&gt;&lt;P&gt;Resident Stock ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Tables Stock;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STAGE1:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;rangesum(if(rowno()=1,if([P_AvrgSales]=[AvrgSales],1,Stock_Qty-(Exp_Month*[AvrgSales])),&lt;/P&gt;&lt;P&gt;IF([AvrgSales]=[P_AvrgSales],IF(Peek('RISK_Stock_Qty')&amp;lt;0,(Stock_Qty+Peek('RISK_Stock_Qty'))-((Exp_Month-P_Monthe)*[AvrgSales]),Stock_Qty-((Exp_Month-P_Exp_Month)*[AvrgSales])),Stock_Qty-(Exp_Month*[AvrgSales]))),0) as RISK_Stock_Qty;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Peek([AvrgSales]) as [P_AvrgSales],&lt;/P&gt;&lt;P&gt;peek(Exp_Month) as P_Exp_Month,&lt;/P&gt;&lt;P&gt;rangesum(Peek(Stock_Qty),0) as P_Stock_Qty&lt;/P&gt;&lt;P&gt;Resident Stock_New;&lt;/P&gt;&lt;P&gt;DROP table Stock_New;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 08:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755774#M1039380</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-12-18T08:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755775#M1039382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/PREMinQLIK"&gt;PREMinQLIK&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for your help but I am still getting wrong numbers.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below script:&lt;/P&gt;&lt;P&gt;Stock_New:&lt;/P&gt;&lt;P&gt;LOAD *,RowNo() as Rowno&lt;/P&gt;&lt;P&gt;Resident Stock ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Tables Stock;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STAGE1:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;rangesum(if(rowno()=1,if([P_AvrgSales]=[AvrgSales],1,Stock_Qty-(Exp_Month*[AvrgSales])),&lt;/P&gt;&lt;P&gt;IF([AvrgSales]=[P_AvrgSales],IF(Peek('RISK_Stock_Qty')&amp;lt;0,(Stock_Qty+Peek('RISK_Stock_Qty'))&lt;/P&gt;&lt;P&gt;-((Exp_Month-[P_Exp_Month])*[AvrgSales]),Stock_Qty-((Exp_Month-[P_Exp_Month])*[AvrgSales])),Stock_Qty-(Exp_Month*[AvrgSales]))),0) as RISK_Stock_Qty;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Peek([AvrgSales]) as [P_AvrgSales],&lt;/P&gt;&lt;P&gt;peek([Exp_Month]) as [P_Exp_Month],&lt;/P&gt;&lt;P&gt;Peek(Stock_Qty) as P_Stock_Qty&lt;/P&gt;&lt;P&gt;Resident Stock_New;&lt;/P&gt;&lt;P&gt;DROP table Stock_New;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and got the below as result (it is only a small part of the data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 330pt;" width="438"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; width: 74pt;" width="98"&gt;SKU&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 56pt;" width="75"&gt;ExDate&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 74pt;" width="98"&gt;Exp_Month&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none; width: 74pt;" width="98"&gt;Risky St&lt;/TD&gt;&lt;TD class="xl65" style="width: 52pt;" width="69"&gt;Total Stk&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000046&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;167&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;127&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000046&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;18-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000046&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-08-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;154&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;180&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000047&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;106&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000047&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;06-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000047&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-08-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;180&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000048&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-08-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-327&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;153&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000054&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000057&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;12-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-728&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;2,872&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000058&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-2550&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000058&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;11-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-726&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;1,824&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000059&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-509&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;2,791&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;ST000059&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;02-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-485&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STFRSWTDB0250G012ASS&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;04-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-260&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STLBTSTDB0017G024CHC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;08-01-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-249&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STNGTSTBG0100G012GLF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;28-12-14&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-952&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTBSDAF0190G012GRB&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;02-03-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-1769&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTBSDSHGFPRO002ASS&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;21-08-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTBSDSHGFPRO002ASS&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-09-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTCDTDB0080G006COC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-03-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-227&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTCOKAF0085G012ORG&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-03-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;74&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;72&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTJAMJR0325G012APR&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-09-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-571&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;59&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTOBRAF0250G012PLN&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;14-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-130&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTRCKBG0130G012CHC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;20-04-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-159&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTRCKBG0130G012CHC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;17-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-239&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTRCKBG0130G012CHC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;21-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-185&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;93&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTRCKPK0120G012CHC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;22-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTSYDDB0001L012SOY&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;20-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-530&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTBG0090G012SOY&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-1065&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTBG0090G012SOY&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;10-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-820&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;246&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTBG0100G012ASS&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;28-02-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-351&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTBG0130G012CRL&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-1047&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;246&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTBG0130G012CRL&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;07-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-900&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;147&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTBG0130G012NST&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-1026&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;58&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTBG0130G012RCE&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-1584&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;297&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTCR0100G012MDT&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;15-07-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-871&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTTSTDC0250G012BRT&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-01-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-44&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STSTWFRAF0160G012VNL&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-215&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STWFWFBAF0034G024CCN&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;02-06-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;936&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;936&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STWFWFBAF0034G024CCN&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01-10-16&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;106&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;106&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; border-top: none;"&gt;STWFWFBAF0034G024COC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;14-04-15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;-1361&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;839&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73777_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 10:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755775#M1039382</guid>
      <dc:creator />
      <dc:date>2014-12-18T10:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755776#M1039384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is that the value is not resetting for new item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 10:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755776#M1039384</guid>
      <dc:creator />
      <dc:date>2014-12-18T10:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755777#M1039385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should reset for only item level ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;both company and item level ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 16:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755777#M1039385</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-12-18T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation using previous row value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755778#M1039386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually yes for both company and item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 16:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-using-previous-row-value/m-p/755778#M1039386</guid>
      <dc:creator />
      <dc:date>2014-12-18T16:30:14Z</dc:date>
    </item>
  </channel>
</rss>

