<?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 sum in chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-chart/m-p/1718293#M54552</link>
    <description>&lt;P&gt;YOU ARE AMAZING, MAN!&lt;/P&gt;&lt;P&gt;It works great! Thanks a lot!!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 13:34:54 GMT</pubDate>
    <dc:creator>RighettiAndrea</dc:creator>
    <dc:date>2020-06-12T13:34:54Z</dc:date>
    <item>
      <title>Cumulative sum in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-chart/m-p/1718289#M54550</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I know that this is a post very similar to others I already red, but in my case there is something still wrong...&lt;/P&gt;&lt;P&gt;I have a bar chart where I'd like to see the cumulative sum of a value (Fon - Prog Stamp). The X axis is showing the weeks (Settimana) of the selected time range, while dividing the measure I put into other bars (Isola).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RighettiAndrea_0-1591966836689.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35448iC185E71B8FA7CF02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RighettiAndrea_0-1591966836689.png" alt="RighettiAndrea_0-1591966836689.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The functions I'm using for this measures are the same as in another post I saw here (and in that case they run).&lt;/P&gt;&lt;P&gt;Here's my measure:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeSum(Above(Sum(S_ODL.LORDO_FONDERIA/DT_ARTICOLI.PZZBATT),0,RowNo()))&lt;/LI-CODE&gt;&lt;P&gt;I've also tried to replace RowNo() with the week dimension but nothing at all, the measure still shows the calculation without adding the previous values. I think I need the Aggr function but I'm not able to use it properly in this case. In fact, I noticed that removing the bar dimension (Isola), the function runs correctly...&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-chart/m-p/1718289#M54550</guid>
      <dc:creator>RighettiAndrea</dc:creator>
      <dc:date>2024-11-16T18:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-chart/m-p/1718291#M54551</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
    RangeSum(Above(Sum(S_ODL.LORDO_FONDERIA/DT_ARTICOLI.PZZBATT), 0, RowNo()))
, Isola, Settimana))&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 12 Jun 2020 13:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-chart/m-p/1718291#M54551</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-06-12T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-chart/m-p/1718293#M54552</link>
      <description>&lt;P&gt;YOU ARE AMAZING, MAN!&lt;/P&gt;&lt;P&gt;It works great! Thanks a lot!!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 13:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-chart/m-p/1718293#M54552</guid>
      <dc:creator>RighettiAndrea</dc:creator>
      <dc:date>2020-06-12T13:34:54Z</dc:date>
    </item>
  </channel>
</rss>

