<?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 Cumulative Sum in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum/m-p/45302#M3048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to make a cumulative graph, I use: Rangesum( Above(Sum(quantity), 0, RowNo())) everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Opera Snapshot_2018-03-19_020244_sbb-bi.jibecompany.com.png" class="jive-image image-1" src="/legacyfs/online/196661_Opera Snapshot_2018-03-19_020244_sbb-bi.jibecompany.com.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But When I try to add a new dimension I have a problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Opera Snapshot_2018-03-19_020654_sbb-bi.jibecompany.com.png" class="jive-image image-2" src="/legacyfs/online/196662_Opera Snapshot_2018-03-19_020654_sbb-bi.jibecompany.com.png" style="height: 149px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I try to use: Aggr(Rangesum( Above(Sum(quantity), 0, RowNo())), week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make graph to be like the 1st graph:&lt;/P&gt;&lt;P&gt;Dimenstion are: week, name&lt;/P&gt;&lt;P&gt;Measure are: quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 00:11:13 GMT</pubDate>
    <dc:creator>senciucserban</dc:creator>
    <dc:date>2018-03-19T00:11:13Z</dc:date>
    <item>
      <title>Cumulative Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum/m-p/45302#M3048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to make a cumulative graph, I use: Rangesum( Above(Sum(quantity), 0, RowNo())) everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Opera Snapshot_2018-03-19_020244_sbb-bi.jibecompany.com.png" class="jive-image image-1" src="/legacyfs/online/196661_Opera Snapshot_2018-03-19_020244_sbb-bi.jibecompany.com.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But When I try to add a new dimension I have a problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Opera Snapshot_2018-03-19_020654_sbb-bi.jibecompany.com.png" class="jive-image image-2" src="/legacyfs/online/196662_Opera Snapshot_2018-03-19_020654_sbb-bi.jibecompany.com.png" style="height: 149px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I try to use: Aggr(Rangesum( Above(Sum(quantity), 0, RowNo())), week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make graph to be like the 1st graph:&lt;/P&gt;&lt;P&gt;Dimenstion are: week, name&lt;/P&gt;&lt;P&gt;Measure are: quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 00:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum/m-p/45302#M3048</guid>
      <dc:creator>senciucserban</dc:creator>
      <dc:date>2018-03-19T00:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum/m-p/45303#M3049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solve with: &lt;STRONG&gt;Aggr(Rangesum(Above(Sum(quantity), 0, RowNo())), name, (week, (NUMERIC, DESCENDING)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 10:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum/m-p/45303#M3049</guid>
      <dc:creator>senciucserban</dc:creator>
      <dc:date>2018-03-19T10:21:34Z</dc:date>
    </item>
  </channel>
</rss>

