<?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: Conditional Rangesum Above in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Conditional-Rangesum-Above/m-p/1942585#M77654</link>
    <description>&lt;P&gt;what exactly is the condition??&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2022 04:20:17 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-06-13T04:20:17Z</dc:date>
    <item>
      <title>Conditional Rangesum Above</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Rangesum-Above/m-p/1942512#M77645</link>
      <description>&lt;P&gt;Hello Community,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am struggeling with Rangesum Above.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say I have table like:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RowNo(); Path; Quantity&lt;/P&gt;
&lt;P&gt;1;A; 1&lt;/P&gt;
&lt;P&gt;2;AB;1&lt;/P&gt;
&lt;P&gt;3;AC;2&lt;/P&gt;
&lt;P&gt;4;ABC;2&lt;/P&gt;
&lt;P&gt;5;ACD;3&lt;/P&gt;
&lt;P&gt;6;ABCD;5&lt;/P&gt;
&lt;P&gt;If I Rangesum like Rangesum(Above(Sum(Quantity),0,Rowno()))&lt;/P&gt;
&lt;P&gt;I get the sum over all 6 Rows like this:&lt;/P&gt;
&lt;P&gt;RowNo(); Path; Quantity;Rangesum&lt;/P&gt;
&lt;P&gt;1;A; 1;1&lt;/P&gt;
&lt;P&gt;2;AB;1;2&lt;/P&gt;
&lt;P&gt;3;AC;2;4&lt;/P&gt;
&lt;P&gt;4;ABC;2;6&lt;/P&gt;
&lt;P&gt;5;ACD;3;9&lt;/P&gt;
&lt;P&gt;6;ABCD;5;14&lt;/P&gt;
&lt;P&gt;But I want to achive that sum is only on Path that wildmatch like this:&lt;/P&gt;
&lt;P&gt;RowNo(); Path; Quantity;Rangesum&lt;/P&gt;
&lt;P&gt;1;A; 1;1&lt;/P&gt;
&lt;P&gt;2;AB;1;2&lt;/P&gt;
&lt;P&gt;3;AC;2;3&lt;/P&gt;
&lt;P&gt;4;ABC;2;4&lt;/P&gt;
&lt;P&gt;5;ACD;3;6&lt;/P&gt;
&lt;P&gt;6;ABCD;5;9&lt;/P&gt;
&lt;P&gt;I need to do this in front end.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this even possible? Please any suggestens?&lt;/P&gt;
&lt;P&gt;Best regards Will&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 09:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Rangesum-Above/m-p/1942512#M77645</guid>
      <dc:creator>William2</dc:creator>
      <dc:date>2022-06-12T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Rangesum Above</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Rangesum-Above/m-p/1942585#M77654</link>
      <description>&lt;P&gt;what exactly is the condition??&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 04:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Rangesum-Above/m-p/1942585#M77654</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-06-13T04:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Rangesum Above</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Rangesum-Above/m-p/1942773#M77680</link>
      <description>&lt;P&gt;Hallo Vineeth,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Condition is the Path. Or better, Path defines the Aggr range.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RowNo 5 should sum row 5, 3, 1&lt;/P&gt;
&lt;P&gt;Because Path of row 5 is ACD and row 3 is AC and Row 1 is A. These are the SubPath of row 5&lt;/P&gt;
&lt;P&gt;RowNo 6 should sum row 6, 4, 2, 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regargs Will&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 10:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Rangesum-Above/m-p/1942773#M77680</guid>
      <dc:creator>William2</dc:creator>
      <dc:date>2022-06-13T10:36:58Z</dc:date>
    </item>
  </channel>
</rss>

