<?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 Rolling Year/Quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168994#M39953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm a qlikview newbie and just wondering if there's an easy way to create a rolling year and rolling quarter based on today date?&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2009 20:19:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-27T20:19:14Z</dc:date>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168994#M39953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm a qlikview newbie and just wondering if there's an easy way to create a rolling year and rolling quarter based on today date?&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 20:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168994#M39953</guid>
      <dc:creator />
      <dc:date>2009-08-27T20:19:14Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168995#M39954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the AddMonths() function in the manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 20:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168995#M39954</guid>
      <dc:creator />
      <dc:date>2009-08-27T20:36:49Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168996#M39955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hellmar,&lt;/P&gt;&lt;P&gt;thank you for your help.&lt;BR /&gt;I thought with rolling year the last 12 months are meant. eg. 28.08.2008 - 27.08.2009.&lt;BR /&gt;How can I handle this and rolling quarter with addmonths? Isn't addmonths for things like fiscal year calculation?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 21:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168996#M39955</guid>
      <dc:creator />
      <dc:date>2009-08-27T21:01:17Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168997#M39956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Addmonths() is for any case where you need to add or subtract months. A rolling year would involve subtracting twelve months. A rolling quarter would involve subtracting three months. You could set flags in your script, or just use expressions in a chart. The exact expressions depend on exactly what you MEAN by a rolling year and quarter, but here's an example:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum(if(Date&amp;gt;addmonths(today(),-12),Sales)) // rolling year sales&lt;BR /&gt;sum(if(Date&amp;gt;addmonths(today(),-3 ),Sales)) // rolling quarter sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 03:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168997#M39956</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-08-28T03:43:57Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168998#M39957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar requirement. However, I want to do rolling 12 months from a date selected from the calendar object instead of today's date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 11:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168998#M39957</guid>
      <dc:creator />
      <dc:date>2010-01-21T11:54:36Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168999#M39958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to select a Date, then sum all Sales for all Dates for the previous 12 months? And the Date field they're selecting from the calendar is the same Date field as is in the table with the Sales field? Maybe this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum({&amp;lt;Date={"&amp;gt;$(=addmonths(Date,-12)) &amp;lt;=$(=Date)"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 01:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/168999#M39958</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-01-22T01:45:40Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169000#M39959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John!&lt;/P&gt;&lt;P&gt;This seems to calculate the sales amount for the previous 12 months correctly. But, what I would really want to do is to be able to have a graph showing all those 12 months and their sales. Right now, I can see only the latest month on the graph and the sum of sales for all the previous 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 17:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169000#M39959</guid>
      <dc:creator />
      <dc:date>2010-01-27T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169001#M39960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize. When I looked carefully, it does show sales for the past months. But, it shows me all the months right from the beginning right till the date chosen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 18:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169001#M39960</guid>
      <dc:creator />
      <dc:date>2010-01-27T18:02:27Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169002#M39961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. So I finally got it working. There was something goofy going on with the Month dimension that I was using in the graph. Thanks for the help.&lt;/P&gt;&lt;P&gt;Now, similarly, if I wish to find the prior rolling 12 month period, shouldn't this work?&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date={"&amp;gt;$(=addmonths(Date,-24)) &amp;lt;=$(=addmonths(Date,-12))"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 17:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169002#M39961</guid>
      <dc:creator />
      <dc:date>2010-01-29T17:42:23Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169003#M39962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a problem with your formula. It assumes that you set the diagram to suppress Zero-Values. This has the side effect that if there are no sales for a given month that month will not be shown.&lt;/P&gt;&lt;P&gt;A workaround is to put the formula as a calculated dimension for the x-axis, combined with Suppress Zero-Values unchecked and Max Visible Number set to 12 or 3 depending on if you want a year or a quarter.&lt;/P&gt;&lt;P&gt;if(Date&amp;gt;addmonths(today(),-12),Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 15:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169003#M39962</guid>
      <dc:creator />
      <dc:date>2010-02-04T15:10:26Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169004#M39963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a similar report but would like to do the same calculation but then on weeks in the year.&lt;/P&gt;&lt;P&gt;In my script I have added to my calender a year_weeknr (e.g. 2010-2 i.e. year 2010 weeknr 2) and Previousyear_weeknr (e.g. 2009-2) combination.&lt;/P&gt;&lt;P&gt;I guess sinds there is no addweeks function or is there a way that I can calculate the (start) date from a weeknr, year combination within setanalyses?&lt;/P&gt;&lt;P&gt;Jolanda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 21:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169004#M39963</guid>
      <dc:creator />
      <dc:date>2010-02-15T21:50:55Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169005#M39964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The addweeks() function doesn't exist, but to add a week, add 7. The date is internally stored as the number of days since 12/30/1899... or some date close to that. I forget.&lt;/P&gt;&lt;P&gt;I don't quite understand what you're trying to do other than that. However, I would recommend using the dual() function to assign the start date for the week as the underlying numeric value for your week number field. Alternatively, do what I do in my applications, and use the start date for the week INSTEAD of using a week number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 19:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169005#M39964</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-16T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169006#M39965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this helped me a bit more in the right direction. However I am not quite there yet.&lt;/P&gt;&lt;P&gt;I have added the following to my calendar:&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Weeks table&lt;/P&gt;&lt;P&gt;YearWeek, Weekstartdate, LYearWeek, LYWeekstartdate&lt;/P&gt;&lt;P&gt;2010-02, 11-02-2010, 2009-02,05-01-2009&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;Now I have a pivot table like this:&lt;/P&gt;&lt;P&gt;My final goal is a pivot table calculating the turnover rate.&lt;/P&gt;&lt;P&gt;The formula the business is using is:&lt;/P&gt;&lt;P&gt;(The total cost of inventory from lastyear, end of lastweek until this year end of this week)&lt;/P&gt;&lt;P&gt;devided by&lt;/P&gt;&lt;P&gt;(The total value of inventory from lastyear, end of lastweek until this year end of this week)&lt;/P&gt;&lt;P&gt;my output will look more or less like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;2010&lt;/TD&gt;&lt;TD&gt;2009&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;weeknr&lt;/TD&gt;&lt;TD&gt;costvalue (accumulated for one year)&amp;gt;&lt;/TD&gt;&lt;TD&gt;(Same will apply to other years for which there exists data)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;[to calculate here the total cost supplied from 2009 week 3 to this week]&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;[to calculate here the total cost supplied from 2009 week 4 to this week]&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 1&lt;/TD&gt;&lt;TD&gt;etc&lt;/TD&gt;&lt;TD&gt;i.d.&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 2&lt;/TD&gt;&lt;TD&gt;etc&lt;/TD&gt;&lt;TD&gt;i.d.&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;(and so forth also for other shops)&lt;/P&gt;&lt;P&gt;I have now the following formula to calculate the total cost of inventory:&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;Date=&amp;gt;} IF ((Date&amp;gt; '$(#LYWeekstartdate)' AND Date&amp;lt;= '$(#Weekstartdate)', CostAmount))&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;/P&gt;&lt;P&gt;However, in the setanalyses, I can not get the syntax correct now to select the whole range of dates between these 2 dates and that for a specific shop and year (see pivot table).&lt;/P&gt;&lt;P&gt;Can I reference field values in this way in set analyses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jolanda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 15:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169006#M39965</guid>
      <dc:creator />
      <dc:date>2010-02-17T15:28:28Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169007#M39966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this helped me a bit more in the right direction. However I am not quite there yet.&lt;/P&gt;&lt;P&gt;I have added the following to my calendar:&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Weeks table&lt;/P&gt;&lt;P&gt;YearWeek, Weekstartdate, LYearWeek, LYWeekstartdate&lt;/P&gt;&lt;P&gt;2010-02, 11-02-2010, 2009-02,05-01-2009&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;Now I have a pivot table like this:&lt;/P&gt;&lt;P&gt;My final goal is a pivot table calculating the turnover rate.&lt;/P&gt;&lt;P&gt;The formula the business is using is:&lt;/P&gt;&lt;P&gt;(The total cost of inventory from lastyear, end of lastweek until this year end of this week)&lt;/P&gt;&lt;P&gt;devided by&lt;/P&gt;&lt;P&gt;(The total value of inventory from lastyear, end of lastweek until this year end of this week)&lt;/P&gt;&lt;P&gt;my output will look more or less like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;2010&lt;/TD&gt;&lt;TD&gt;2009&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;weeknr&lt;/TD&gt;&lt;TD&gt;costvalue (accumulated for one year)&amp;gt;&lt;/TD&gt;&lt;TD&gt;(Same will apply to other years for which there exists data)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;[to calculate here the total cost supplied from 2009 week 3 to this week]&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;[to calculate here the total cost supplied from 2009 week 4 to this week]&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 1&lt;/TD&gt;&lt;TD&gt;etc&lt;/TD&gt;&lt;TD&gt;i.d.&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Shop 2&lt;/TD&gt;&lt;TD&gt;etc&lt;/TD&gt;&lt;TD&gt;i.d.&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;(and so forth also for other shops)&lt;/P&gt;&lt;P&gt;I have now the following formula to calculate the total cost of inventory:&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;Date=&amp;gt;} IF ((Date&amp;gt; '$(#LYWeekstartdate)' AND Date&amp;lt;= '$(#Weekstartdate)', CostAmount))&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;/P&gt;&lt;P&gt;However, in the setanalyses, I can not get the syntax correct now to select the whole range of dates between these 2 dates and that for a specific shop and year (see pivot table).&lt;/P&gt;&lt;P&gt;Can I reference field values in this way in set analyses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jolanda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 15:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169007#M39966</guid>
      <dc:creator />
      <dc:date>2010-02-17T15:28:42Z</dc:date>
    </item>
    <item>
      <title>Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169008#M39967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;I have a similar problem. I want to show values (for example Sales) for previous quarter.&lt;/P&gt;&lt;P&gt;If there is no selection he will have the sales for this quarter and the previous quarter. If there is selection then it gives the results for the same time in previous quarter. For example if he selects month 6 he will have the sales for month 6 and for previous period he will have sales in month 3.&lt;/P&gt;&lt;P&gt;How can I achieve that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 12:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169008#M39967</guid>
      <dc:creator />
      <dc:date>2010-12-20T12:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Year/Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169009#M39968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, thanks for such a wonderful piece of advices that you have given above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm a little bit of different requirement. I've the year(2011,2012 etc.) and its relevant quarters(1,2,3,4) is present in the raw data and I'm trying to calculate Year on Year (YoY) calculation where if I select the year as 2013 then it should show me the data from 2012 Q1 to 2013 Q1. Similarly I need to have the Quarter on Quarter (QoQ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion you can provide, would be a great help.&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, 15 May 2013 13:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Year-Quarter/m-p/169009#M39968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T13:03:33Z</dc:date>
    </item>
  </channel>
</rss>

