<?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 Cumulative Sum that doesn't fill future months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350039#M840837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a pivot with a cumulative sum based on current and previous financial year and split between periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The previous year works great with the below expression, however the current year fills the future periods with the same value as the last month of data as there is no data yet in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone provide a solution how to stop periods with no data copying what is in the previous period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. April displays £15m and then all the periods after do also as I believe it is just looking at the previous period and trying to add an additional value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rangesum(before(Sum({$&amp;lt;Grouping={"Income"}&amp;gt;}Actual),0,columnNo()))*-1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>aliyoung92</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Cumulative Sum that doesn't fill future months</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350039#M840837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a pivot with a cumulative sum based on current and previous financial year and split between periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The previous year works great with the below expression, however the current year fills the future periods with the same value as the last month of data as there is no data yet in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone provide a solution how to stop periods with no data copying what is in the previous period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. April displays £15m and then all the periods after do also as I believe it is just looking at the previous period and trying to add an additional value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rangesum(before(Sum({$&amp;lt;Grouping={"Income"}&amp;gt;}Actual),0,columnNo()))*-1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350039#M840837</guid>
      <dc:creator>aliyoung92</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum that doesn't fill future months</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350040#M840838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({$&amp;lt;Grouping={"Income"}&amp;gt;}Actual) &amp;gt; 0, R&lt;/SPAN&gt;angeSum(Before(Sum({$&amp;lt;Grouping={"Income"}&amp;gt;} Actual), 0, ColumnNo()))*-1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 10:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350040#M840838</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-02T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum that doesn't fill future months</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350041#M840839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alistair,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at this: &lt;A href="https://www.youtube.com/watch?v=zIVj4U9QqPQ" title="https://www.youtube.com/watch?v=zIVj4U9QqPQ"&gt;https://www.youtube.com/watch?v=zIVj4U9QqPQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 11:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350041#M840839</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-05-02T11:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum that doesn't fill future months</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350042#M840840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny this helped me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 13:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sum-that-doesn-t-fill-future-months/m-p/1350042#M840840</guid>
      <dc:creator>aliyoung92</dc:creator>
      <dc:date>2017-05-02T13:55:26Z</dc:date>
    </item>
  </channel>
</rss>

