<?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 Simple growth line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-growth-line-chart/m-p/372437#M576928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly new to QV, and was trying to create a simple growth line chart base off a data stream of returns, below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my initial dollar amount is $100(is variable set by input box), I have a table with dates and returns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp; Return&amp;nbsp;&amp;nbsp; Market Value (expression)&lt;/P&gt;&lt;P&gt;1/31&amp;nbsp;&amp;nbsp; 2.80%&amp;nbsp; =$100*(1+2.80%) = 102.80&lt;/P&gt;&lt;P&gt;2/29&amp;nbsp; -3.45%&amp;nbsp; =$102.80*(1+(-3.45%) = 99.25&lt;/P&gt;&lt;P&gt;3/31&amp;nbsp;&amp;nbsp; 5.50%&amp;nbsp; =$99.25*(1+(5.50%) = 104.71&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want an accumulate expression, thus my expression should have a conditional statement to handle the first month calculation with the starting market value of $100, then a second calculation to handle the periods after by using the market value of the previous period.&amp;nbsp; Here is what I have so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Date]=vStartDate,(($(vAmt))*(1+[Return])),(($(vAmt))*[Return]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need that second ($(vAmt)) to be the value of the previous market value.&amp;nbsp; Any help would be greatly appreciated, FYI-I only have personal edition, so I can't share or view other .qvw files.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&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;&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 21:23:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-27T21:23:54Z</dc:date>
    <item>
      <title>Simple growth line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-growth-line-chart/m-p/372437#M576928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly new to QV, and was trying to create a simple growth line chart base off a data stream of returns, below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my initial dollar amount is $100(is variable set by input box), I have a table with dates and returns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp; Return&amp;nbsp;&amp;nbsp; Market Value (expression)&lt;/P&gt;&lt;P&gt;1/31&amp;nbsp;&amp;nbsp; 2.80%&amp;nbsp; =$100*(1+2.80%) = 102.80&lt;/P&gt;&lt;P&gt;2/29&amp;nbsp; -3.45%&amp;nbsp; =$102.80*(1+(-3.45%) = 99.25&lt;/P&gt;&lt;P&gt;3/31&amp;nbsp;&amp;nbsp; 5.50%&amp;nbsp; =$99.25*(1+(5.50%) = 104.71&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want an accumulate expression, thus my expression should have a conditional statement to handle the first month calculation with the starting market value of $100, then a second calculation to handle the periods after by using the market value of the previous period.&amp;nbsp; Here is what I have so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Date]=vStartDate,(($(vAmt))*(1+[Return])),(($(vAmt))*[Return]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need that second ($(vAmt)) to be the value of the previous market value.&amp;nbsp; Any help would be greatly appreciated, FYI-I only have personal edition, so I can't share or view other .qvw files.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&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;&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 21:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-growth-line-chart/m-p/372437#M576928</guid>
      <dc:creator />
      <dc:date>2012-03-27T21:23:54Z</dc:date>
    </item>
    <item>
      <title>Simple growth line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-growth-line-chart/m-p/372438#M576929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the previous market value is going to be visible in the table or graph you can use the above() function to call it.&amp;nbsp; It that is not the case, you should look in the community for the topic "asof" table or date island table that are methods used to show accumulate values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 21:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-growth-line-chart/m-p/372438#M576929</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-03-27T21:55:50Z</dc:date>
    </item>
    <item>
      <title>Simple growth line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-growth-line-chart/m-p/372439#M576930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Karl.&amp;nbsp; The above() works great, it took me a while to figure out how to point the above function on the same column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 21:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-growth-line-chart/m-p/372439#M576930</guid>
      <dc:creator />
      <dc:date>2012-03-28T21:42:05Z</dc:date>
    </item>
  </channel>
</rss>

