<?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 Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268649#M1193343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am attaching a chart.&lt;/P&gt;&lt;P&gt;May be now its clear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2011 11:20:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-07T11:20:09Z</dc:date>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268640#M1193334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Plz I need some help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample app below which contains some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am looking at May 2010 data (i.e. 15 ) then this means that it is the data is uptill May (i.e. Apr and May).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want a chart like the attached one.&lt;/P&gt;&lt;P&gt;Suppose i have Clicked the dimension &lt;SPAN style="color: #008000; font-size: 8pt;"&gt;Monthyear as 'Apr 2011'&amp;nbsp; Then the value for this is calculated as: May2010+Jun 2010+......Apr2011.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;My X axis will contain last 12 Month from the selected dimension Value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 06:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268640#M1193334</guid>
      <dc:creator />
      <dc:date>2011-06-07T06:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268641#M1193335</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;Have a look at the attached demo application which has been created by &lt;A href="https://community.qlik.com/qlik-users/2226"&gt;John Witherspoon&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This application explains about the functionality of Rolling 12 months, Qtr and YTD in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 07:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268641#M1193335</guid>
      <dc:creator />
      <dc:date>2011-06-07T07:57:42Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268642#M1193336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for the help!&lt;/P&gt;&lt;P&gt;But I don't want this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual problem is How to convert' Upto data' into 'for the Month data'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&amp;nbsp; Uptill May 2010 data (i.e. 15 (April + may)) and April 2010 data is 10.&lt;/P&gt;&lt;P&gt;Then this means that April data is 10. May data is 5 (In month may Data is 5 only).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 08:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268642#M1193336</guid>
      <dc:creator />
      <dc:date>2011-06-07T08:50:19Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268643#M1193337</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;You want to isolate each month's total from the running total in your original dataset. is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put this preceeding load before your load inline statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Monthyear, &lt;/P&gt;&lt;P&gt;Uptodata,&lt;/P&gt;&lt;P&gt;if(left(Monthyear,3)='Apr',Uptodata,Uptodata - previous(Uptodata)) as MonthData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your data it looks as if your accumulated total resets itself in April so we test for April.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthData shoudl give you what you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have I understood your request correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268643#M1193337</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-07T09:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268644#M1193338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268644#M1193338</guid>
      <dc:creator>rahulgupta</dc:creator>
      <dc:date>2011-06-07T09:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268645#M1193339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&amp;nbsp; Pat &amp;amp; Rahul !!!!!.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Its working perfectly in the sample data which I have uploaded.&lt;/P&gt;&lt;P&gt;Hope it works in my Main application also.!!!&lt;/P&gt;&lt;P&gt;can u solve the second issue also.....The chart that I want to prepare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268645#M1193339</guid>
      <dc:creator />
      <dc:date>2011-06-07T09:24:13Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268646#M1193340</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;could you give some more clarification about your requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your initial post was not very clear and Sridhar gave you the reply I was thinking about. It wasn't till you replied to that mail that I understood you requirement. Same goes for the graph - I don't see what you are trying for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268646#M1193340</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-07T09:31:50Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268647#M1193341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a code for what I want...&lt;/P&gt;&lt;P&gt;let me try myself....&lt;/P&gt;&lt;P&gt;Thanks to all for there help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268647#M1193341</guid>
      <dc:creator />
      <dc:date>2011-06-07T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268648#M1193342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am attaching a chart.&lt;/P&gt;&lt;P&gt;May be now its clear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268648#M1193342</guid>
      <dc:creator />
      <dc:date>2011-06-07T11:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268649#M1193343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am attaching a chart.&lt;/P&gt;&lt;P&gt;May be now its clear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268649#M1193343</guid>
      <dc:creator />
      <dc:date>2011-06-07T11:20:09Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268650#M1193344</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;you are looking for a rolling twelve month figure for each month. Sridhar pointed you in a very good direction. The script will need adapting - your starting point is different and you want a RollingTwelveMonth instead of 3Month but all the mechanics are there. Basically you will need to create an AsOfCalendar which when linked to your fact table will allow you create your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the document from John W. and see how far it gets you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268650#M1193344</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-07T13:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268651#M1193345</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 don't know if you find your solution yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is one version adapted from a John Witherspoon answer. sorry I don't have the link here. It is slightly different from the version posted by Sridhar but builds an AsOf Calendar as&amp;nbsp; in that example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've adapted it to take your input data as the jump in point. Works perfectly (I haven't seen much of John W's stuff that doesn't to tell the truth! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 06:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268651#M1193345</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-08T06:23:48Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268652#M1193346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; actually I am not able to get 'for the month data'.&lt;/P&gt;&lt;P&gt;The previous func is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every monthYear I may have more than one value of Uptodata and the months are not sorted....therefore the previous is not working as I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i am having data some what like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Monthyear,Uptodata,Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr 2010, 10,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr 2010, 20,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun 2010, 20,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun 2010, 40,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul 2010, 22,4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May 2010, 15,2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May 2010, 10,2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep 2010, 35,6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov 2010, 50,8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov 2010, 10,8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan 2011, 60,10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb 2011, 63,11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aug 2010, 30,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr 2011, 20,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May 2011, 25,2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct 2010, 45,7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar 2011, 70,12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun 2011, 30,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec 2011, 65,9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aug 2011, 40,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep 2011, 43,6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec 2010, 55,9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct 2011, 50,7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul 2011, 32,4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov 2011, 60,8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan 2012, 70,10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb 2012, 80,11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar 2012, 90,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 09:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268652#M1193346</guid>
      <dc:creator />
      <dc:date>2011-06-08T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268653#M1193347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 10:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268653#M1193347</guid>
      <dc:creator />
      <dc:date>2011-06-08T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268654#M1193348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks a lot Sridhar!!!&lt;/P&gt;&lt;P&gt;I am using somewhat like the same code.In dummy application Its working fine...&lt;/P&gt;&lt;P&gt;Let me check if its working in my Main application also.&lt;/P&gt;&lt;P&gt;Then i willcome back!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 11:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268654#M1193348</guid>
      <dc:creator />
      <dc:date>2011-06-08T11:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268655#M1193349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi guys, By using all the suggestions , I am able to achive what I wanted.&lt;/P&gt;&lt;P&gt;Thanks to all for Help!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My chart displays as the given attachment.But Now I want the sort order to be changed.Means it should first display Jan2010,Feb2010......Dec 2010 and the respectives values for each month should not change.&lt;/P&gt;&lt;P&gt;I am using the following code in my expression.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=(RangeSum(below(sum({$&amp;lt;DailyDashboardMonthYear=,Daily.Month=,Daily.Year=,DailyDashboardDate={"&amp;lt;=$(Variable1) &amp;gt;=$(Variable2)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;NewDaily.Cum.EILR),0,12))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;((&lt;/P&gt;&lt;P&gt;RangeSum(below(sum({$&amp;lt;DailyDashboardMonthYear=,Daily.Month=,Daily.Year=,DailyDashboardDate={"&amp;lt;=$(Variable1) &amp;gt;=$(Variable2)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;(NewDaily.Cum.GWP)),0,12))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;RangeSum(below(sum({&amp;lt;DailyDashboardMonthYear=,Daily.Month=,Daily.Year=,DailyDashboardDate={"&amp;lt;=$(Variable1) &amp;gt;=$(Variable2)"}&amp;gt;}NewDaily.Cum.1103),0,12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;RangeSum(below(sum({$&amp;lt;DailyDashboardMonthYear=,Daily.Month=,Daily.Year=,DailyDashboardDate={"&amp;lt;=$(Variable1) &amp;gt;=$(Variable2)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;NewDaily.Cum.EILR1),0,12))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;My dimension is :&lt;/SPAN&gt;DailyDashboardMonthYear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Variable1:=Max(&lt;/SPAN&gt;DailyDashboardDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Variable2:=Addmonths(DailyDashboardDate,-23)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 09:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Months/m-p/268655#M1193349</guid>
      <dc:creator />
      <dc:date>2011-06-09T09:25:11Z</dc:date>
    </item>
  </channel>
</rss>

