<?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 Get Rangesum to work in Line Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-Rangesum-to-work-in-Line-Chart/m-p/2483579#M101064</link>
    <description>&lt;P&gt;I have an expression in a pivot table that works perfectly.&amp;nbsp; However, it does not work in a line graph.&amp;nbsp; Anyone know how to fix this?&lt;/P&gt;
&lt;P&gt;The expression is:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rangesum(Before(Sum({&amp;lt;[Payment_vs_ChargeOff]={"&amp;gt;=0"}&amp;gt;}Transaction_Amount),0,ColumnNo(TOTAL)))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;My x-axis (Payment_vs_ChargeOff) is a number months past a certain point and my dimenson is the ChargeOff Year.&amp;nbsp; So, each line represents a year and each point on the line is the number of months past the charge off date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My y-axis is the cumulative total of the transaction amount.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 16:35:26 GMT</pubDate>
    <dc:creator>adontchosgarnet</dc:creator>
    <dc:date>2024-11-16T16:35:26Z</dc:date>
    <item>
      <title>Get Rangesum to work in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Rangesum-to-work-in-Line-Chart/m-p/2483579#M101064</link>
      <description>&lt;P&gt;I have an expression in a pivot table that works perfectly.&amp;nbsp; However, it does not work in a line graph.&amp;nbsp; Anyone know how to fix this?&lt;/P&gt;
&lt;P&gt;The expression is:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rangesum(Before(Sum({&amp;lt;[Payment_vs_ChargeOff]={"&amp;gt;=0"}&amp;gt;}Transaction_Amount),0,ColumnNo(TOTAL)))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;My x-axis (Payment_vs_ChargeOff) is a number months past a certain point and my dimenson is the ChargeOff Year.&amp;nbsp; So, each line represents a year and each point on the line is the number of months past the charge off date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My y-axis is the cumulative total of the transaction amount.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 16:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Rangesum-to-work-in-Line-Chart/m-p/2483579#M101064</guid>
      <dc:creator>adontchosgarnet</dc:creator>
      <dc:date>2024-11-16T16:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get Rangesum to work in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Rangesum-to-work-in-Line-Chart/m-p/2483599#M101065</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/207627"&gt;@adontchosgarnet&lt;/a&gt;&amp;nbsp; Before() and ColumnNo() functions are specific to pivot table, it will not work in any other charts except pivot table. You can use, above() or below() with rowno(). Probably like below. You can change it to below accordingly&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rangesum(above(Sum({&amp;lt;[Payment_vs_ChargeOff]={"&amp;gt;=0"}&amp;gt;}Transaction_Amount),0,RowNo(TOTAL)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 19:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Rangesum-to-work-in-Line-Chart/m-p/2483599#M101065</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-09-25T19:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get Rangesum to work in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Rangesum-to-work-in-Line-Chart/m-p/2483605#M101066</link>
      <description>&lt;P&gt;You sir, are a steely-eyed missile man!&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 21:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Rangesum-to-work-in-Line-Chart/m-p/2483605#M101066</guid>
      <dc:creator>adontchosgarnet</dc:creator>
      <dc:date>2024-09-25T21:22:43Z</dc:date>
    </item>
  </channel>
</rss>

