<?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: display/calculate weeks over years without actual date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607942#M224452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your solution. It works really nice for the weeks. I now have 2013/51 , 2013/52, 2014/1 and so on.&lt;/P&gt;&lt;P&gt;How can I now turn the months to look and work like the weeks since I don't see a function for this and I also can't use the week dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 09:39:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-06T09:39:44Z</dc:date>
    <item>
      <title>display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607936#M224446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have &lt;STRONG&gt;week&lt;/STRONG&gt;, &lt;STRONG&gt;month&lt;/STRONG&gt; and &lt;STRONG&gt;year&lt;/STRONG&gt; as fields (no actual dates). Week and month are not related (two different reports) thus exclude each other.&lt;/P&gt;&lt;P&gt;How can I show the last 12 weeks (starting with the selected week) in a pivot and also considering the weeks of 2013?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried concatenating Year &amp;amp; Week but it didn't work.&lt;/P&gt;&lt;P&gt;Do I have to create a master calendar or is there some "easier" way?&lt;/P&gt;&lt;P&gt;If master calendar is the only way how should I go about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week/Month data: [1,2,...,10,11,...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607936#M224446</guid>
      <dc:creator />
      <dc:date>2014-03-06T08:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607937#M224447</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;Try MakeWeekDate() in qlikview like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MakeWeekDate(Year, WeekNo, 1)&amp;nbsp; -- Will return the week start date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;MakeWeekDate(Year, WeekNo, 1) AS DateDimensionName&lt;/P&gt;&lt;P&gt;FROM Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in set analysis you can filter the last 12 weeks by using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;YearDimensionName=, WeekDimensionName=, DateDimensionName={'&amp;gt;=$(=WeekStart(Max(DateDimensionName), -11))&amp;lt;=$(=WeekEnd(Max(DateDimensionName)))'}&amp;gt;} MeasureName)&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;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607937#M224447</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-06T08:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607938#M224448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/thoschro"&gt;thoschro&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this documents published here by HIC about week concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When handling dates you need a master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607938#M224448</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2014-03-06T08:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607939#M224449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this recently, though whilst not exact, it's "similar".&amp;nbsp; The raw data only gave us a Year and WeekNo - ie (1352) so we needed to convert this back.&lt;/P&gt;&lt;P&gt;It may help, but this is the expression to convert I used.&lt;/P&gt;&lt;P&gt;=Date(IF((WEEKDAY(MakeDate(LEFT([YYWW],2)+2000))&amp;gt;4), ((MakeDate(LEFT([YYWW],2)+2000)+(7-WEEKDAY(MakeDate(LEFT([YYWW],2)+2000))))+((RIGHT([YYWW],2)-1)*7)), ((MakeDate(LEFT([YYWW],2)+2000)-(WEEKDAY(MakeDate(LEFT([YYWW],2)+2000))))+((RIGHT([YYWW],2)-1)*7))&amp;nbsp;&amp;nbsp; ),'DD/MM/YYYY') as [YYWW], [YYWW]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607939#M224449</guid>
      <dc:creator />
      <dc:date>2014-03-06T08:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607940#M224450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try like this&lt;/P&gt;&lt;P&gt;autonumber(Year&amp;amp;num(Week,'00'))&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; as&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; Year_Week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in front end&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year_Week={'&amp;gt;=$(=max(Year_Week)-12)&amp;lt;$(=max(Year_Week))'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607940#M224450</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-03-06T08:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607941#M224451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;I have &lt;/SPAN&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;week&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;month&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt; and &lt;/SPAN&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;year&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt; as fields (no actual dates). Week and month are not related (two different reports) thus exclude each other.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your date fields are not related how would you correctly associate selections on dates and show previous trend behaviour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If week, month and year are all based off the same date field i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week(Date)&lt;/P&gt;&lt;P&gt;Month(Date)&lt;/P&gt;&lt;P&gt;Year(Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then simply&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: 12.727272033691406px;"&gt;=Sum({&amp;lt;Week={'&amp;gt;=$(=WeekStart(Max(Date), -11))&amp;lt;=$(=WeekEnd(Max(Date)))'}&amp;gt;} MeasureName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Byron&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607941#M224451</guid>
      <dc:creator />
      <dc:date>2014-03-06T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607942#M224452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your solution. It works really nice for the weeks. I now have 2013/51 , 2013/52, 2014/1 and so on.&lt;/P&gt;&lt;P&gt;How can I now turn the months to look and work like the weeks since I don't see a function for this and I also can't use the week dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 09:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607942#M224452</guid>
      <dc:creator />
      <dc:date>2014-03-06T09:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607943#M224453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have weeks and years, try my initial post below...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 09:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607943#M224453</guid>
      <dc:creator />
      <dc:date>2014-03-06T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607944#M224454</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;Since you arrived Date from the Week and Year, it is easier to get the month like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DateDimensionName&lt;/SPAN&gt;) AS Month;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MakeWeekDate(Year, WeekNo, 1) AS DateDimensionName&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now in set analysis you can filter the last 12 weeks by using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;YearDimensionName=, WeekDimensionName=, DateDimensionName={'&amp;gt;=$(=MonthStart(Max(DateDimensionName), -11))&amp;lt;=$(=MonthEnd(Max(DateDimensionName)))'}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The above expression will give you last 12 months values.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 09:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607944#M224454</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-06T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607945#M224455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't use Week for the Month values because they exclude each other. Isn't there another way to use the year and month fields and still use a variable to select the range for going back in time over years?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607945#M224455</guid>
      <dc:creator />
      <dc:date>2014-03-06T14:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607946#M224456</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;Can you attach the sample file and come up with an example what you need exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 02:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607946#M224456</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-07T02:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: display/calculate weeks over years without actual date</title>
      <link>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607947#M224457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get what I want after creating a calendar and linking that month with my month field.&lt;/P&gt;&lt;P&gt;Then in the expression I wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=, CalendarMonth=, Date={'&amp;gt;=$(=addmonths(max(Date), - ($(vSetCalendarRange)-1)))&amp;lt;=$(=addmonths(max(Date),0))'}&amp;gt;} (Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which gives me the right range based on the month selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for the details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 12:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-calculate-weeks-over-years-without-actual-date/m-p/607947#M224457</guid>
      <dc:creator />
      <dc:date>2014-03-07T12:29:05Z</dc:date>
    </item>
  </channel>
</rss>

