<?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: cumulative total for the current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312408#M838835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried I could got the result like this in my application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of aggregating in the dimensions is it possible to do it via expression itself.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the entire straight table is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CYTD Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PY Sales&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what they want is only the CYTD should show the cumulative total of the current year. But the PY (previous year) should show the sales that has happened only in the month of may 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if you need more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;anupama jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 19:19:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-09T19:19:02Z</dc:date>
    <item>
      <title>cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312399#M838826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show the current month current year cumulative total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example we are in month of may.&lt;/P&gt;&lt;P&gt;So total has to show all the sales till may.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the required output is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Month&lt;/TD&gt;&lt;TD width="64"&gt;CY Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;May&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;6000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The data can be :&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017&lt;/P&gt;&lt;P&gt;Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017&lt;/P&gt;&lt;P&gt;Apr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017&lt;/P&gt;&lt;P&gt;Apr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Anupama Jagan&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-total-for-the-current-month/m-p/1312399#M838826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312400#M838827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312400#M838827</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-09T14:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312401#M838828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is showing all the months right. I just need to populate only the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px solid black; border-image: none;" width="64"&gt;Month&lt;/TD&gt;&lt;TD style="border: 0px solid black; border-image: none;" width="64"&gt;CY Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px solid black; border-image: none;"&gt;May&lt;/TD&gt;&lt;TD align="right" style="border: 0px solid black; border-image: none;"&gt;&lt;P&gt;6000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the current month should show the cumulative total of that year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Mohanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312401#M838828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T18:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312402#M838829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to have this in a Table or any KPI object??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312402#M838829</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-09T18:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312403#M838830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my dashboard we have few other fields like total claims, premium which I need to show the cumulative total for the current month. For example I have just taken sales for easy demo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the user wants to see only current month in a straight table but with the cumulative total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if you need information regarding this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312403#M838830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312404#M838831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create one more field for Month Number or use Dual in Month field to get the numeric part of Month.&lt;/P&gt;&lt;P&gt;Then y&lt;SPAN style="font-size: 10pt;"&gt;ou can use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Aggr(Max(MonthNum), Year) as Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Sum(Sales) as Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312404#M838831</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-09T18:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312405#M838832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the text objects well as an alternate.&lt;/P&gt;&lt;P&gt;Check out the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312405#M838832</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-09T18:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312406#M838833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the sales I got the correct value but the monthname should be shown . when we use this calculated dimension it shows the monthnum .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312406#M838833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T18:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312407#M838834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this sample can help. you may have field like monthno to be used to find max month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 19:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312407#M838834</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-09T19:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312408#M838835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried I could got the result like this in my application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of aggregating in the dimensions is it possible to do it via expression itself.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the entire straight table is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CYTD Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PY Sales&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what they want is only the CYTD should show the cumulative total of the current year. But the PY (previous year) should show the sales that has happened only in the month of may 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if you need more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;anupama jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 19:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312408#M838835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T19:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312409#M838836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way (of many) would be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a flag in your script for current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(YourYearField=year(today()),1,0) as CurrYear&lt;/P&gt;&lt;P&gt;resident YourTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your expression would be&lt;/P&gt;&lt;P&gt;=sum(TOTAL Sale*CurrYear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then put a Dimension Limit of Largest 1. (Uncheck Show Others)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 19:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312409#M838836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T19:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312410#M838837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried that im getting the correct sales count but the month is shown as dec and not may&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 19:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312410#M838837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T19:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312411#M838838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;Added a CurrMonth flag in the script.&lt;/P&gt;&lt;P&gt;Add it as a hidden dimension in the chart.&amp;nbsp; And put a dimension limit on that dimension only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 19:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312411#M838838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T19:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312412#M838839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason im still not getting it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all the steps you have done in your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im getting all the months and the same cumulative value populated in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Apr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Jun&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Aug&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Sep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Oct&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Nov&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&lt;/P&gt;&lt;P&gt;Dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13700&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 20:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312412#M838839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T20:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312413#M838840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may do like this, since you want max month but don't want calculation in dimension, you can have expression for the max month, but then you need to hide your month dimension like this, you can hide dimension in the presentation tab -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 20:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312413#M838840</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-09T20:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312414#M838841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With changed labels -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 20:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312414#M838841</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-09T20:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312415#M838842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once try Rangesum() function for cumulative Sale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 10:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312415#M838842</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-05-10T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312416#M838843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example-&lt;/P&gt;&lt;P&gt;TAB1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, Sale&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAB2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load *,RangeSum(Sale,Peek(SaleN)) As SaleN&lt;/P&gt;&lt;P&gt;Resident TAB1&lt;/P&gt;&lt;P&gt;Order by Month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Drop Table TAB1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;exit Script;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Sale&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;SaleN&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;4000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;7000&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 10:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312416#M838843</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-05-10T10:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312417#M838844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked ! Thanks a lot Digvijay &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 12:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312417#M838844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative total for the current month</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312418#M838845</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;please share the set analysis used in this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-total-for-the-current-month/m-p/1312418#M838845</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-05-10T14:28:27Z</dc:date>
    </item>
  </channel>
</rss>

