<?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: Rolling Count in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rolling-Count/m-p/1578802#M42218</link>
    <description>Try like:&lt;BR /&gt;&lt;BR /&gt;RangeSum(Above( Sum(PurgeChar(trim(Qty),'nos')), 0, RowNo()))</description>
    <pubDate>Fri, 10 May 2019 08:12:11 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2019-05-10T08:12:11Z</dc:date>
    <item>
      <title>Rolling Count</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-Count/m-p/1578796#M42215</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Total materials to be supplied -100&lt;/P&gt;&lt;P&gt;Target dates, Qty&lt;/P&gt;&lt;P&gt;10-07-2019-&amp;nbsp; 50 nos&lt;/P&gt;&lt;P&gt;12-11-2019-20 nos&lt;/P&gt;&lt;P&gt;05-01-2020-10 nos&lt;/P&gt;&lt;P&gt;15-03-2020-20 nos&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the target dates and qty loaded in the script, I want to show a bar graph with target dates in X-axis and accumulated quantity in bar charts, how to create expression for this in the chart in Qlik Sense.&lt;/P&gt;&lt;P&gt;The solution should look like.&lt;/P&gt;&lt;P&gt;The first bar Should show 50, Second bar 70,3rd Bar 80, and fourth as 100.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-Count/m-p/1578796#M42215</guid>
      <dc:creator>vpanchuda</dc:creator>
      <dc:date>2024-11-16T20:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Count</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-Count/m-p/1578802#M42218</link>
      <description>Try like:&lt;BR /&gt;&lt;BR /&gt;RangeSum(Above( Sum(PurgeChar(trim(Qty),'nos')), 0, RowNo()))</description>
      <pubDate>Fri, 10 May 2019 08:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-Count/m-p/1578802#M42218</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-05-10T08:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Count</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-Count/m-p/1578833#M42221</link>
      <description>&lt;P&gt;Try this: on expression&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aggr(RangeSum(Above( Sum(PurgeChar(trim(Qty),'nos')), 0, RowNo())),"Target dates")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Target dates, rangsum(Qty,peek('AccQty')) as AccQty resident table order by Target Dates;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and exp:&amp;nbsp; sum(AccQty)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 09:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-Count/m-p/1578833#M42221</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2019-05-10T09:00:40Z</dc:date>
    </item>
  </channel>
</rss>

