<?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: Cumulative line graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30178#M787156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I want to sort by date in ascending order? Should i use sortable aggr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 17:34:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-28T17:34:50Z</dc:date>
    <item>
      <title>Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30176#M787154</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 want to create cumulative line graph &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is like&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profit&amp;nbsp;&amp;nbsp;&amp;nbsp; Capital&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;1/1/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;2/1/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;3/1/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;4/1/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to divide Profit/Capital and want to take cumulative of that as an expression to chart.&lt;/P&gt;&lt;P&gt;Any suggestions?&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/Cumulative-line-graph/m-p/30176#M787154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30177#M787155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Profit/Capital, 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30177#M787155</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T17:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30178#M787156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I want to sort by date in ascending order? Should i use sortable aggr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30178#M787156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T17:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30179#M787157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the sort is correct in script, then you can just use Aggr(), but if it isn't then you will have to use sortable aggr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30179#M787157</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T17:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30180#M787158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the expression for the first value,it should give default as 1 because there is no above value,like&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(Profit/Capital, 0, RowNo()),1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and can we use noofrows() instead of rowno()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30180#M787158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T17:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30181#M787159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(RowNo() = 1, 1, &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(Profit/Capital, 0, RowNo())))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will have to check based on your data if NoOfRows can work on not.... but why do you want to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30181#M787159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30182#M787160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;was trying out other options. Thanks &lt;/P&gt;&lt;P&gt;Will check with live data and mark correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30182#M787160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T17:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30183#M787161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Profit/Capital + &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above()&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30183#M787161</guid>
      <dc:creator>zebhashmi</dc:creator>
      <dc:date>2018-02-28T17:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30184#M787162</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;The above expression is giving me wrong result.&lt;/P&gt;&lt;P&gt;I want default value for min date to be 1,and then it should accumulate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 08:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30184#M787162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T08:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30185#M787163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would the number look like for the sample data you have provided above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 08:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30185#M787163</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T08:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30186#M787164</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;I want to calculate Column F in the attached sample. Any help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 08:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30186#M787164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T08:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative line graph</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30187#M787165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(If(RowNo() = 1, 1, Sum(PL)/Sum(Capital)), 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 11:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-line-graph/m-p/30187#M787165</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T11:28:51Z</dc:date>
    </item>
  </channel>
</rss>

