<?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 Creating a 14-month time period in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-14-month-time-period/m-p/471339#M176039</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 have a QV document in which the fiscal year is defined from June &amp;gt; May. All reporting is done off this FY, but managers now want to expand on this time period to include 2 previous months, making the reporting period from e.g. April 2011 &amp;gt; May 2012. This will therefore include data from FY2011 (the two months April and May 2011), and the twelve months from FY2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I define a 14-month "year" in QV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script currently creates the FY as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempDate AS CalendarDate,&lt;/P&gt;&lt;P&gt;If(Month(TempDate) &amp;gt; 5, Month(TempDate)-5, Month(TempDate)+7) as FinMonth,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2012 16:24:05 GMT</pubDate>
    <dc:creator>burgersurfer</dc:creator>
    <dc:date>2012-11-27T16:24:05Z</dc:date>
    <item>
      <title>Creating a 14-month time period</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-14-month-time-period/m-p/471339#M176039</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 have a QV document in which the fiscal year is defined from June &amp;gt; May. All reporting is done off this FY, but managers now want to expand on this time period to include 2 previous months, making the reporting period from e.g. April 2011 &amp;gt; May 2012. This will therefore include data from FY2011 (the two months April and May 2011), and the twelve months from FY2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I define a 14-month "year" in QV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script currently creates the FY as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempDate AS CalendarDate,&lt;/P&gt;&lt;P&gt;If(Month(TempDate) &amp;gt; 5, Month(TempDate)-5, Month(TempDate)+7) as FinMonth,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 16:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-14-month-time-period/m-p/471339#M176039</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2012-11-27T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a 14-month time period</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-14-month-time-period/m-p/471340#M176040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Try this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;TempDate AS CalendarDate,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;If(Month(TempDate) &amp;gt; 3, Month(TempDate)-3, Month(TempDate)+11) as FinMonth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 07:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-14-month-time-period/m-p/471340#M176040</guid>
      <dc:creator />
      <dc:date>2012-11-28T07:42:30Z</dc:date>
    </item>
  </channel>
</rss>

