<?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: How to stop future month prediction in Cumulative sum? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1624000#M46469</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;have a look at the attach example&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 05:52:23 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2019-09-16T05:52:23Z</dc:date>
    <item>
      <title>How to stop future month prediction in Cumulative sum?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1623981#M46467</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have two table&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Showing Actual Revenue from Jan 2019 to Sep 2019&lt;/LI&gt;&lt;LI&gt;Showing Predicted Revenue from Jan 2019 to Dec 2019&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am trying to create cumulative bar chart to show how much we were suppose to earn and how much we have actually earned and how much more to achieve?&lt;/P&gt;&lt;P&gt;&lt;U&gt;I am using following expressions&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For &lt;STRONG&gt;Cumulative Revenue&lt;/STRONG&gt;&amp;nbsp; =&amp;nbsp;rangesum( above( sum(Revenue),0,rowno()))&lt;/LI&gt;&lt;LI&gt;For &lt;STRONG&gt;Cumulative Target&amp;nbsp;&lt;/STRONG&gt; =&amp;nbsp; rangesum( above( sum(Target),0,rowno()))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This how my chart looks like...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="bar.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/19239iD60DE1E9AB2E0509/image-size/large?v=v2&amp;amp;px=999" role="button" title="bar.png" alt="bar.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is the problem is.&lt;/STRONG&gt;..&lt;/P&gt;&lt;P&gt;I do not have Revenue data for (Oct, Nov &amp;amp; Dec) Still the chart is projecting those value.&amp;nbsp;&lt;STRONG&gt;How do I stop it doing so?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the attached&amp;nbsp; sample QVF application and Sample Data.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1623981#M46467</guid>
      <dc:creator>qs123</dc:creator>
      <dc:date>2024-11-16T20:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop future month prediction in Cumulative sum?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1624000#M46469</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;have a look at the attach example&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 05:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1624000#M46469</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2019-09-16T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop future month prediction in Cumulative sum?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1624144#M46474</link>
      <description>&lt;P&gt;You can also try like this... but this might become a problem if you happen to have a month without Revenue in your actual data&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Sum(Revenue) &amp;lt;&amp;gt; 0, RangeSum(Above(Sum(Revenue), 0, RowNo())))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 16 Sep 2019 11:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1624144#M46474</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-16T11:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop future month prediction in Cumulative sum?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1626031#M46618</link>
      <description>&lt;P&gt;Thank you Sunny. It worked.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 04:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1626031#M46618</guid>
      <dc:creator>qs123</dc:creator>
      <dc:date>2019-09-20T04:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop future month prediction in Cumulative sum?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1909062#M74943</link>
      <description>&lt;P&gt;Worked like magic. Thank you, Sunny. Your comments have always been helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 22:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-stop-future-month-prediction-in-Cumulative-sum/m-p/1909062#M74943</guid>
      <dc:creator>rafsan</dc:creator>
      <dc:date>2022-03-23T22:32:05Z</dc:date>
    </item>
  </channel>
</rss>

