<?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: How to Multiply Previous Rows in a Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798986#M282176</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;Try like this in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(IsNull(Peek(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Value&lt;/SPAN&gt;)), Rate, Rate * Peek(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Value&lt;/SPAN&gt;)) as Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2014 07:02:58 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-12-09T07:02:58Z</dc:date>
    <item>
      <title>How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798984#M282174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a table here:&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rate&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2014/11/01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2014/11/02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2014/11/03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and I wanna add a column on the right to be:&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2014/11/01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X1&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2014/11/02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X2&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2014/11/03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X3&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;which&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;X1 = N1,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;X2 = N1 * N2,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;X3 = N1 * N2 * N3,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;However, rangeSum doesn't help on this issue, it only solves the accumulated problem.&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;any one have any ideas about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 02:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798984#M282174</guid>
      <dc:creator />
      <dc:date>2014-12-09T02:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798985#M282175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(IsNull(Peek(Rate)), Rate, Rate*Peek(Rate)) as Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798985#M282175</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-12-09T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798986#M282176</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;Try like this in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(IsNull(Peek(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Value&lt;/SPAN&gt;)), Rate, Rate * Peek(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Value&lt;/SPAN&gt;)) as Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 07:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798986#M282176</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-09T07:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798987#M282177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@HIC,@jagan mohan, &lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;However, my question is how to do it in the expression,not in the script , just like we use rangeSum to solve the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.63636302948px;"&gt;accumulation problems.&amp;nbsp; I want the Rate and Value could re-calculater after I made any selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 07:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798987#M282177</guid>
      <dc:creator />
      <dc:date>2014-12-09T07:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798988#M282178</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;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/663555#663555" title="http://community.qlik.com/message/663555#663555"&gt;http://community.qlik.com/message/663555#663555&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression Name:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(RowNo() = 1, Sum(Rate), Rangesum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum(Rate) * &lt;/SPAN&gt;Above([Expression Name]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 07:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798988#M282178</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-09T07:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798989#M282179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Date#(Date,'YYYY/MM/DD')) as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Rate&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date, Rate&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2014/11/01, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2014/11/02, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2014/11/03, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2014/11/04, 2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Rate,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(RowNo()=1, Rate, Peek('Value')*Rate) as Value&lt;/P&gt;&lt;P&gt;Resident Test&lt;/P&gt;&lt;P&gt;Order By Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 07:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798989#M282179</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-09T07:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798990#M282180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This as an expression in straight table gives what you want, sadly using if's but anyway;&lt;/P&gt;&lt;P&gt;if(RowNo() &amp;gt; 2, Above(Rate, 2), 1) * if(RowNo() &amp;gt;1, Above(Rate, 1), 1) * Rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 08:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798990#M282180</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2014-12-09T08:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798991#M282181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jagan&lt;/P&gt;&lt;P&gt;what do you mean "Above&lt;STRONG style="text-decoration: underline;"&gt;(Expression Name)&lt;/STRONG&gt;"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 08:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798991#M282181</guid>
      <dc:creator />
      <dc:date>2014-12-09T08:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798992#M282182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression only works when there are only 3 rows, how to do it when the table got hundreds of Rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;原始邮件&lt;/P&gt;&lt;P&gt;发件人:Anders Erikssonqcwebmaster@qlikview.com&lt;/P&gt;&lt;P&gt;收件人:Jun Jing Susujunjing@hofan.cn&lt;/P&gt;&lt;P&gt;发送时间:2014年12月9日(周二) 16:20&lt;/P&gt;&lt;P&gt;主题:Re:  - How to Multiply Previous Rows in a Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community&lt;/P&gt;&lt;P&gt;How to Multiply Previous Rows in a Table&lt;/P&gt;&lt;P&gt;reply from Anders Eriksson in App Development - View the full discussion&lt;/P&gt;&lt;P&gt;This as an expression in straight table gives what you want, sadly using if's but anyway;&lt;/P&gt;&lt;P&gt;if(RowNo()  2, Above(Rate, 2), 1) * if(RowNo() 1, Above(Rate, 1), 1) * Rate&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on Qlik Community&lt;/P&gt;&lt;P&gt;Start a new discussion in App Development by email or at Qlik Community&lt;/P&gt;&lt;P&gt;Following How to Multiply Previous Rows in a Table in these streams: Inbox&lt;/P&gt;&lt;P&gt;© 1993-2014 QlikTech International AB Copyright  Trademarks | Privacy | Terms of Use | Software EULA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 08:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798992#M282182</guid>
      <dc:creator />
      <dc:date>2014-12-09T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798993#M282183</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;Expression Name is the title of the expression i.,e Rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 08:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798993#M282183</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-09T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798994#M282184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works!!! Thank you very much jagan!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 09:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798994#M282184</guid>
      <dc:creator />
      <dc:date>2014-12-09T09:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798995#M282185</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;Please find attached file for solution in front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer please close this thread by giving Correct and Helpful answer to the useful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 03:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/798995#M282185</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-10T03:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Multiply Previous Rows in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/1518874#M437290</link>
      <description>&lt;P&gt;Here is my small contribution.&lt;/P&gt;&lt;P&gt;In my case, I could not use the SUM function, being that the content of the column already had aggregated values.&lt;/P&gt;&lt;P&gt;The following suggestion goes in a different column in the same table (say, a column after Value) and it would be your third column (assuming that Date is a Dimension and that&amp;nbsp;Rate and Value are columns 1 and 2 from your list of expressions)&lt;/P&gt;&lt;P&gt;If (RowNo() = 1, Column(1), Column(1) * above(Column(3)).&lt;/P&gt;&lt;P&gt;I hope it helps, &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://community.qlik.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;S.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 18:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Multiply-Previous-Rows-in-a-Table/m-p/1518874#M437290</guid>
      <dc:creator>smago001</dc:creator>
      <dc:date>2018-12-10T18:28:09Z</dc:date>
    </item>
  </channel>
</rss>

