<?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: 3 Month Rolling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96582#M15501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to also let us know what needs to be the output based on selection and without selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2018 11:45:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-31T11:45:52Z</dc:date>
    <item>
      <title>3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96577#M15496</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;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a combo chart and Year and Month as dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month={'&amp;gt;=$(=max(Month)-2)&amp;lt;=$(=max(Month))'}&amp;gt;}aggr(rangesum(below(total sum({&amp;lt;Month=&amp;gt;}Consumption),0,3)),Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is working fine but it is showing only value in chart. Attached image for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me where i am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96577#M15496</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-31T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96578#M15497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Have you made selection in year field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) What makes you say that the expression is working fine? Is the number that shows up for 2012 is the number you expect to see?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Do you expect to see all the years? or what is wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96578#M15497</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T11:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96579#M15498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bhai if i made any selection in year and month the value is showing correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean if i select any year for example 2012 and Mar month the value is showing fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i don't filter anything i am getting 2012 dec month by default..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to show last 3 months by default and when i filter based on year and month the graph should change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need anything Sunny Bhai..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96579#M15498</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-31T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96580#M15499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might need to use MonthYear field in your aggr function... something like 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;Sum({&amp;lt;Month = {"&amp;gt;=$(=max(Month)-2)&amp;lt;=$(=max(Month))"}&amp;gt;} Aggr(RangeSum(Below(TOTAL Sum({&amp;lt;Month&amp;gt;} Consumption), 0, 3)), MonthYearField))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96580#M15499</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T11:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96581#M15500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i am getting for all months one one value Sunny Bhai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of application size&amp;nbsp; i am keeping for one year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to find the attached file and let me know what i need to do&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, 31 Oct 2018 11:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96581#M15500</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-31T11:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96582#M15501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to also let us know what needs to be the output based on selection and without selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96582#M15501</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T11:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96583#M15502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bhai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default it should show last 3 months rolling without selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if i select any month and month or year based on those selections the graphs should change. And all the time only 3 graphs should be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need anything more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96583#M15502</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-31T11:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96584#M15503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sense, but what does this translate to in numbers based on the sample provided &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, 31 Oct 2018 11:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96584#M15503</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96585#M15504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bhai.. Please find the attached qvw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have two years of data 2012 and 2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in 2012 Jan value is 120 and Feb value is 148 and Mar value is 180.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in 2012(whether it is selected or even though if it is not selectd) the values should be&amp;nbsp; Jan value as 120 and feb value as Jan+Feb 120+148=268 and Mar value should be i.e Jan+Feb+Mar 448 and for april it should be Feb+Mar+april= 489 and the same applies till December.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we have 2013 and 2013 jan value will be 2012 Nov 170 + 2012 Dec 172+ 2013 Jan 163 i.e 505 i need to get for 2013 Jan and same goes till rest for all the months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check the attached qvw and let me know anything if you need Sunny Bhai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96585#M15504</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-11-02T11:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96586#M15505</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(RangeSum(Above(Sum({&amp;lt;Month, [Month-Year], MonthYear, Year&amp;gt;}Consumption), 0, 3)), [Month-Year])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217403_Capture.PNG" style="height: 167px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96586#M15505</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T11:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96587#M15506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny Bhai.. Expression is working fine. But only one problem i have. i have data till 2018 sep.. But i am getting data for 2018 Oct and 2018 Nov.. Attached image for reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217402_T.PNG" style="height: 141px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sep value is fine which is 709 buti am getting for Oct 2018 and Nov 2018 if we can get this it will done Sunny Bhai..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need anything more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96587#M15506</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-11-02T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96588#M15507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=&lt;SPAN style="color: #ff0000;"&gt;Only({&amp;lt;Consumption = {"*"}&amp;gt;}&lt;/SPAN&gt; Aggr(RangeSum(Above(Sum({&amp;lt;Month, [Month-Year], MonthYear, Year&amp;gt;}Consumption), 0, 3)), [Month-Year])&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96588#M15507</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T11:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96589#M15508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Consumption) &amp;lt;&amp;gt; 0, &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(RangeSum(Above(Sum({&amp;lt;Month, [Month-Year], MonthYear, Year&amp;gt;}Consumption), 0, 3)), [Month-Year]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96589#M15508</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96590#M15509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sunny Bhai. Thanks a lot. But can you please tell me what does this do &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Only({&amp;lt;Consumption = {"*"}&amp;gt;}..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sorry to take your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96590#M15509</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-11-02T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96591#M15510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Removing the months where Consumption isn't available &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 12:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96591#M15510</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T12:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96592#M15511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny Bhai..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 12:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96592#M15511</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-11-02T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96593#M15512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bhai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today when i have done the refresh the values have become quite strange:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For jan the value is 122 and Feb it is 151 and Mar it is 185 and Jan+Feb+Mar is 458&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting some strange values for 3Month rolling like for Jan it is 122, Feb 498 which i should get 273 and Mar 534 where i should get 458.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me where it is going wrong. Attached qvw for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 13:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96593#M15512</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-11-05T13:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96594#M15513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you made any changes to the sort order of Month year field in the script? Alternatively, do you have QV12 or above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 13:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96594#M15513</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-05T13:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96595#M15514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny Bhai, i haven't made any changes regarding sorting of Month Year field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version i am using 12.20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 13:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96595#M15514</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-11-05T13:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Month Rolling</title>
      <link>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96596#M15515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Sum(Consumption) &amp;lt;&amp;gt; 0, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Aggr(RangeSum(Above(Sum({&amp;lt;Month, [Month-Year], MonthYear, Year&amp;gt;}Consumption), 0, 3)), &lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;[Month-Year]&lt;SPAN style="color: #ff0000;"&gt;, (NUMERIC))&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 13:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Month-Rolling/m-p/96596#M15515</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-05T13:51:53Z</dc:date>
    </item>
  </channel>
</rss>

