<?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 - QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/1845109#M69925</link>
    <description>&lt;P&gt;How would the expression look like, if you were to start counting from the beginning by each beginning of the month, i.e. display only the recent month + add up daily sales until month ends and start over again?&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Oct 2021 20:37:23 GMT</pubDate>
    <dc:creator>rkopinsk</dc:creator>
    <dc:date>2021-10-11T20:37:23Z</dc:date>
    <item>
      <title>Cumulative Line Graph - QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/29717#M2057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;I am looking for an expression to create a cumulative line graph based on the following data example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&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; Total Savings&lt;/P&gt;&lt;P&gt;Jan-2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100000&lt;/P&gt;&lt;P&gt;Feb-2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25000&lt;/P&gt;&lt;P&gt;March-2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12500&lt;/P&gt;&lt;P&gt;April-2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, I would want the line point to be 100000 for Jan, 125000 for Feb, 137500 for March and 147500 for April.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinking this might be simple, but i am having trouble accomplishing it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/29717#M2057</guid>
      <dc:creator>andrew_sell</dc:creator>
      <dc:date>2018-04-27T20:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Line Graph - QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/29718#M2058</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: 13px;"&gt;rangesum( above( sum([Expression1]),0,rowno()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2018 06:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/29718#M2058</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2018-04-28T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Line Graph - QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/29719#M2059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Andrew,&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;add your &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Month&lt;/STRONG&gt; values as dimension and for the measure use:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;aggr(rangesum( above( sum([Total Savings]),0,rowno())),Month)&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 style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&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;after appropriate sorting your line chart will look like below. I think below is what you want.&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;IMG alt="forum.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201080_forum.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;O.Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 07:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/29719#M2059</guid>
      <dc:creator>L_Hop</dc:creator>
      <dc:date>2018-04-30T07:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Line Graph - QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/1518168#M37045</link>
      <description>&lt;P&gt;Hi and sorry for posting in this conversation but I believe you can help me out. I had the same issue and the solution you have provided helped me out. However, I still have an issue with the x-axis. My case is that the y-axis is the revenue while the x-axis is the number of nights (I am running a hotel). So lets say, I have a total revenue of 30000 and a total nights of 500 (so average revenue per night is 60), then I want to create a linear graph were the values would be shown as follows:&lt;/P&gt;&lt;P&gt;&lt;U&gt;Nights&amp;nbsp; &amp;nbsp;Revenue&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;50&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3000&lt;/P&gt;&lt;P&gt;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;&amp;nbsp; &amp;nbsp; 6000&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;leading to 500 Nights and 30000. I have managed to aggregate the revenue using the expressions you have already posted, however, I am having an issue with the aggregation of the duration. Also note that I have a variable of duration, which calculates the duration of every single reservation added in the spreadsheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 19:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/1518168#M37045</guid>
      <dc:creator>omodoshouses</dc:creator>
      <dc:date>2018-12-07T19:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Line Graph - QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/1518170#M37047</link>
      <description>Hi and sorry for posting in this conversation but I believe you can help me out. I had the same issue and the solution you have provided helped me out. However, I still have an issue with the x-axis. My case is that the y-axis is the revenue while the x-axis is the number of nights (I am running a hotel). So lets say, I have a total revenue of 30000 and a total nights of 500 (so average revenue per night is 60), then I want to create a linear graph were the values would be shown as follows:&lt;BR /&gt;&lt;BR /&gt;Nights&amp;nbsp; &amp;nbsp;Revenue&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;50&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3000&lt;BR /&gt;&lt;BR /&gt;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;&amp;nbsp; &amp;nbsp; 6000&lt;BR /&gt;&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;leading to 500 Nights and 30000. I have managed to aggregate the revenue using the expressions you have already posted, however, I am having an issue with the aggregation of the duration. Also note that I have a variable of duration, which calculates the duration of every single reservation added in the spreadsheet.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Fri, 07 Dec 2018 19:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/1518170#M37047</guid>
      <dc:creator>omodoshouses</dc:creator>
      <dc:date>2018-12-07T19:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Line Graph - QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/1845109#M69925</link>
      <description>&lt;P&gt;How would the expression look like, if you were to start counting from the beginning by each beginning of the month, i.e. display only the recent month + add up daily sales until month ends and start over again?&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 20:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Line-Graph-QlikSense/m-p/1845109#M69925</guid>
      <dc:creator>rkopinsk</dc:creator>
      <dc:date>2021-10-11T20:37:23Z</dc:date>
    </item>
  </channel>
</rss>

