<?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 RangeSum using RowNo is not resetting in a table as the dimension changes in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RangeSum-using-RowNo-is-not-resetting-in-a-table-as-the/m-p/2440786#M97299</link>
    <description>&lt;P&gt;Were trying to calculate hours accumulated across the Fiscal_QTR field.&lt;/P&gt;
&lt;P&gt;When the Fiscal_QTR field changes, the hours needs to reset and start accumulating again. The image on the left is what is returning from the line of code below.&lt;/P&gt;
&lt;P&gt;RangeSum(above(Sum(Hours Amount]),0,RowNo()))&lt;/P&gt;
&lt;P&gt;The line on the right is what I expected, to restart from 1 as the Fiscal_QTR changes.&lt;/P&gt;
&lt;P&gt;The ultimate goal is to add up cumulative hours&amp;nbsp; restarting as the Fiscal_QTR field changes. Below I'm showing a table as an example but ideally I want to visualize as a Qlik Sense line chart that shows across Fiscal_QTR's.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wcoleman0908_5-1712940929513.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164015iEB9B9A83DC7F3370/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wcoleman0908_5-1712940929513.png" alt="wcoleman0908_5-1712940929513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 16:56:48 GMT</pubDate>
    <dc:creator>wcoleman0908</dc:creator>
    <dc:date>2024-04-12T16:56:48Z</dc:date>
    <item>
      <title>RangeSum using RowNo is not resetting in a table as the dimension changes</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-using-RowNo-is-not-resetting-in-a-table-as-the/m-p/2440786#M97299</link>
      <description>&lt;P&gt;Were trying to calculate hours accumulated across the Fiscal_QTR field.&lt;/P&gt;
&lt;P&gt;When the Fiscal_QTR field changes, the hours needs to reset and start accumulating again. The image on the left is what is returning from the line of code below.&lt;/P&gt;
&lt;P&gt;RangeSum(above(Sum(Hours Amount]),0,RowNo()))&lt;/P&gt;
&lt;P&gt;The line on the right is what I expected, to restart from 1 as the Fiscal_QTR changes.&lt;/P&gt;
&lt;P&gt;The ultimate goal is to add up cumulative hours&amp;nbsp; restarting as the Fiscal_QTR field changes. Below I'm showing a table as an example but ideally I want to visualize as a Qlik Sense line chart that shows across Fiscal_QTR's.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wcoleman0908_5-1712940929513.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164015iEB9B9A83DC7F3370/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wcoleman0908_5-1712940929513.png" alt="wcoleman0908_5-1712940929513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 16:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-using-RowNo-is-not-resetting-in-a-table-as-the/m-p/2440786#M97299</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2024-04-12T16:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum using RowNo is not resetting in a table as the dimension changes</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-using-RowNo-is-not-resetting-in-a-table-as-the/m-p/2440944#M97304</link>
      <description>&lt;P&gt;If i understand correctly, You want to repeat the sequence based on Fiscal QTR.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Why can't be Right([Fiscal QTR], 1) // this is simplest solution.&lt;/P&gt;
&lt;P&gt;2. You can create a field like&lt;/P&gt;
&lt;P&gt;AutoNumber([Fiscal QTR], IterNo())&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 15:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-using-RowNo-is-not-resetting-in-a-table-as-the/m-p/2440944#M97304</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-04-13T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum using RowNo is not resetting in a table as the dimension changes</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-using-RowNo-is-not-resetting-in-a-table-as-the/m-p/2441239#M97331</link>
      <description>&lt;P&gt;Within a table you may add the year as dimension but I assume in a line-chart it won't lead to the wanted visualization. But the second/third parameter of the above could be expressions / references and therefore the years and quarters could be queried. You may approach the needed above() values by just querying the years/quarters in parallel expressions.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 12:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-using-RowNo-is-not-resetting-in-a-table-as-the/m-p/2441239#M97331</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-15T12:07:17Z</dc:date>
    </item>
  </channel>
</rss>

