<?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: Calendars and Fiscal Quarters? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443094#M1151398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a link to where I could find this solution or be willing to explain what you did? I'm struggling with the same thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 20:29:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-24T20:29:16Z</dc:date>
    <item>
      <title>Calendars and Fiscal Quarters?</title>
      <link>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443091#M1151395</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 set up a calendar for my standard days/weeks/months/quarters/years for operational dates which run true to the calendar, however we also run a fiscal calendar from Jan to Dec but, we do have months that run 4 (weeks) 4 (weeks) 5(weeks) which is one Quarter. How would I define this using a start date for week 1 as &amp;gt;= 01/01 and an end date for the final week and quarter 4 as &amp;lt;=31/12 irrespective of year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of an IF statement based on WeekNo and day/month. so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF weekno&amp;lt;=13 AND day/month &amp;gt;01/01, Q1,&lt;/P&gt;&lt;P&gt;IF weekno&amp;gt;=14 AND weekno&amp;lt;=26 , Q2,&lt;/P&gt;&lt;P&gt;IF weekno&amp;gt;=27 AND weekno&amp;lt;=39 , Q3,&lt;/P&gt;&lt;P&gt;IF weekno&amp;gt;=40 AND day/month &amp;lt;31/12, Q4,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS Fiscal Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is their a better neater way to do this, as my next issue is that the fiscal week numbers runs from Sunday to Saturday...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions appreciated...I'm new to qlikview and this type of coding so apologies for any syntax errors!!!!&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, 10 Apr 2013 21:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443091#M1151395</guid>
      <dc:creator />
      <dc:date>2013-04-10T21:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calendars and Fiscal Quarters?</title>
      <link>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443092#M1151396</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; 'Q'&amp;amp;&lt;/P&gt;&lt;P&gt; If(Match(Month(Date),'Jan','Feb','Mar') &amp;gt; 0 , 1,&lt;/P&gt;&lt;P&gt; If(Match(Month(Date),'Apr','May','Jun') &amp;gt; 0 , 2,&lt;/P&gt;&lt;P&gt; If(Match(Month(Date),'Jul','Aug','Sep') &amp;gt; 0 , 3, 4))) AS Quarter,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 12:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443092#M1151396</guid>
      <dc:creator />
      <dc:date>2013-04-11T12:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calendars and Fiscal Quarters?</title>
      <link>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443093#M1151397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply I found a solution around week number using a single staement which set them correctly to 445 starting on 1st Jan and ending on 31st Dec...all sorted now thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 12 Apr 2013 09:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443093#M1151397</guid>
      <dc:creator />
      <dc:date>2013-04-12T09:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calendars and Fiscal Quarters?</title>
      <link>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443094#M1151398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a link to where I could find this solution or be willing to explain what you did? I'm struggling with the same thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 20:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendars-and-Fiscal-Quarters/m-p/443094#M1151398</guid>
      <dc:creator />
      <dc:date>2015-06-24T20:29:16Z</dc:date>
    </item>
  </channel>
</rss>

