<?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: Cummulative calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1659186#M729964</link>
    <description>&lt;P&gt;Create a date field in your script.&lt;/P&gt;&lt;P&gt;Create a variable as vAsOfDate = Date(Max(Date))&lt;/P&gt;&lt;P&gt;Expression -&amp;nbsp;=Sum({&amp;lt;Date = {'&amp;lt;=$(vAsOfDate)'} , Month = &amp;gt;}Value)&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have more time related fields then override them all.&lt;/P&gt;&lt;P&gt;Check the attachment.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2019 21:02:35 GMT</pubDate>
    <dc:creator>neelamsaroha157</dc:creator>
    <dc:date>2019-12-18T21:02:35Z</dc:date>
    <item>
      <title>Cummulative calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1659184#M729963</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have a requirement where we need to calculate the cumulative value for the date slecetion.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Jan - 20&lt;/P&gt;&lt;P&gt;feb - 30&lt;/P&gt;&lt;P&gt;mar - 45&lt;/P&gt;&lt;P&gt;apri- 23&lt;/P&gt;&lt;P&gt;If user select Jan the value in text box should be &lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if user select Feb the value in text box should be&amp;nbsp; &lt;STRONG&gt;50 (Jan + feb )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if user select Mar - &lt;STRONG&gt;95 (jan+feb+mar)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me to solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1659184#M729963</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2024-11-16T01:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cummulative calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1659186#M729964</link>
      <description>&lt;P&gt;Create a date field in your script.&lt;/P&gt;&lt;P&gt;Create a variable as vAsOfDate = Date(Max(Date))&lt;/P&gt;&lt;P&gt;Expression -&amp;nbsp;=Sum({&amp;lt;Date = {'&amp;lt;=$(vAsOfDate)'} , Month = &amp;gt;}Value)&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have more time related fields then override them all.&lt;/P&gt;&lt;P&gt;Check the attachment.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 21:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1659186#M729964</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2019-12-18T21:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cummulative calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1660317#M729965</link>
      <description>&lt;P&gt;Did the post you received help you with things?&amp;nbsp; If so, be sure to return and use the Accept as Solution button on that post to give the poster credit for the help and to let other Community Members know that worked.&amp;nbsp; If you are still working on things and need further help, leave an update post.&lt;/P&gt;
&lt;P&gt;You can try to have a look in the following area of Community to see if you can find something there to help too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Not exactly sure what you need, so did not want to confuse things by posting anything that was not really related.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 20:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1660317#M729965</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-23T20:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cummulative calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1660424#M729966</link>
      <description>&lt;P&gt;I have created sample inline table&lt;/P&gt;&lt;P&gt;a:&lt;BR /&gt;load * inline&lt;BR /&gt;[&lt;BR /&gt;Monthly,Value,&lt;BR /&gt;Jan , 20,&lt;BR /&gt;feb , 30,&lt;BR /&gt;mar , 45,&lt;BR /&gt;apri, 23];&lt;/P&gt;&lt;P&gt;try this expression&lt;/P&gt;&lt;P&gt;=sum(aggr(RangeSum(Above(TOTAL Sum({$&amp;lt;Monthly&amp;gt;}Value),0, RowNo(TOTAL))),(Monthly)))&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 10:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cummulative-calculation/m-p/1660424#M729966</guid>
      <dc:creator>jyotiwagde</dc:creator>
      <dc:date>2019-12-24T10:21:59Z</dc:date>
    </item>
  </channel>
</rss>

