<?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: RangeSum with 2 dimensions does not work in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RangeSum-with-2-dimensions-does-not-work/m-p/2503390#M103604</link>
    <description>&lt;P&gt;maybe like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Aggr(RangeSum(Above(count(ContactID), 0, RowNo())),ScoreType, (Month, (Desc)))&lt;BR /&gt;&lt;BR /&gt;- Regards, Matheus&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 20:53:39 GMT</pubDate>
    <dc:creator>MatheusC</dc:creator>
    <dc:date>2025-01-28T20:53:39Z</dc:date>
    <item>
      <title>RangeSum with 2 dimensions does not work</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-with-2-dimensions-does-not-work/m-p/2503379#M103603</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a bar chart where I have the following two dimensions:&lt;/P&gt;
&lt;P&gt;Month&lt;/P&gt;
&lt;P&gt;ScoreType&lt;/P&gt;
&lt;P&gt;and a Measure:&lt;/P&gt;
&lt;P&gt;count(ContactID)&lt;/P&gt;
&lt;P&gt;I need to see this as a stacked bar chart and cumulative. If I use the below expression and only the Month dimension, the chart is showing accumulated values:&lt;BR /&gt;&lt;BR /&gt;RangeSum(above(count(ContactID), 0, rowno()))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The moment I add the ScoreType back though, it doesn't work anymore, it is not cumulative anymore and it shows incorrect numbers.&lt;/P&gt;
&lt;P&gt;I tried all kinds of aggregations but they also seem to be not working at all (few examples below):&lt;/P&gt;
&lt;P&gt;RangeSum(above(sum(aggr(count(ContactID),Month,ScoreType)), 0, rowno()))&lt;/P&gt;
&lt;P&gt;RangeSum(above(sum(aggr(count(ContactID),Month,ScoreType)), 0, rowno(total)))&lt;/P&gt;
&lt;P&gt;sum(aggr(RangeSum(above(count(ContactID), 0, rowno(total))),Month,ScoreType))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help? Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 18:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-with-2-dimensions-does-not-work/m-p/2503379#M103603</guid>
      <dc:creator>SilviyaK</dc:creator>
      <dc:date>2025-01-28T18:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum with 2 dimensions does not work</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-with-2-dimensions-does-not-work/m-p/2503390#M103604</link>
      <description>&lt;P&gt;maybe like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Aggr(RangeSum(Above(count(ContactID), 0, RowNo())),ScoreType, (Month, (Desc)))&lt;BR /&gt;&lt;BR /&gt;- Regards, Matheus&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 20:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-with-2-dimensions-does-not-work/m-p/2503390#M103604</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2025-01-28T20:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum with 2 dimensions does not work</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-with-2-dimensions-does-not-work/m-p/2503425#M103605</link>
      <description>&lt;P&gt;You may try:&amp;nbsp;&lt;SPAN&gt;RangeSum(above(&lt;STRONG&gt;TOTAL&lt;/STRONG&gt; count(ContactID), 0, rowno()))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 06:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-with-2-dimensions-does-not-work/m-p/2503425#M103605</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-01-29T06:28:24Z</dc:date>
    </item>
  </channel>
</rss>

