<?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: Need to calculate first Monday in February for fiscal calendar in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029782#M15776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(week(TempDate)&amp;lt; Week(WeekStart(MonthStart(YearStart(TempDate, 0, 2)) + 6, 0, 0)), week(TempDate) + 47, week(TempDate)-5) as Fiscal week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make a fiscal week start from the first monday of every february.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, since i'm givign 5 in the condition, it is giving fiscal week '0' for few years&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 21:09:12 GMT</pubDate>
    <dc:creator>markgraham123</dc:creator>
    <dc:date>2016-01-05T21:09:12Z</dc:date>
    <item>
      <title>Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029775#M15769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm trying to create a master calendar with fiscal weeks and year.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My fiscal week should start from First Monday of February as Fiscal Week 1.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;So, i wanna automate something which should not change with respect to year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Any help is highly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I tried the following, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;but no luck. It changes year by year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(week(TempDate) &amp;gt; 5,week(TempDate)-5, week(TempDate) + 47) &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; As [Fiscal Week],&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if((week(TempDate) &amp;lt; 5), (year(TempDate)-1), year(TempDate)) as [Fiscal Year],&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 19:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029775#M15769</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-01-05T19:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029776#M15770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WeekStart(MonthStart(TempDate) + 6&lt;SPAN style="color: #ff0000;"&gt;, 0, 0&lt;/SPAN&gt;) &lt;/STRONG&gt;-&amp;gt; to find first Monday for each month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 19:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029776#M15770</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T19:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029777#M15771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't we fix the master calendar..saying that, from the first monday of february till last week of next january....&lt;/P&gt;&lt;P&gt;it will be the Fiscal year(Today)....??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 19:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029777#M15771</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-01-05T19:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029778#M15772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt; 'FY' &amp;amp; Year([First Monday]) as [Fiscal Year];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;WeekStart(YearStart(Date, 0, 2) + 6, 0, 0) as [First Monday],&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(Date) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(MakeDate(2013,12,31) + RecNo()) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 1095;&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/110681_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 19:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029778#M15772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T19:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029779#M15773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working&amp;nbsp; for 2015 and 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i checked for 2017...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is showing fiscal year as 2017 from 2/1/2017 !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should show fiscal year 2016 till 2/6/2017 right???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From 2/7/2017, it should show the fiscal year 2017.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029779#M15773</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-01-05T20:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029780#M15774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'FY' &amp;amp; If(Month(Date) = 'Feb' and Day(Date) &amp;lt;= Day([First Monday]), Year([First Monday]) - 1, Year([First Monday])) as [Fiscal Year];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; WeekStart(MonthStart(YearStart(Date, 0, 2)) + 6, 0, 0) as [First Monday],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(Date) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(MakeDate(2013,12,31) + RecNo()) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 1460;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029780#M15774</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T20:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029781#M15775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, as of my requirement, i just removed the less = symbol in the condition which is calculaitng the fiscal year and it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual problem is, when we calculate the fiscal week, &lt;/P&gt;&lt;P&gt;fiscal week changes for every year's week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we make the script so as to consider the fiscal week as 1, when we encounter the first monday in feb.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029781#M15775</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-01-05T20:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029782#M15776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(week(TempDate)&amp;lt; Week(WeekStart(MonthStart(YearStart(TempDate, 0, 2)) + 6, 0, 0)), week(TempDate) + 47, week(TempDate)-5) as Fiscal week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make a fiscal week start from the first monday of every february.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, since i'm givign 5 in the condition, it is giving fiscal week '0' for few years&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029782#M15776</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-01-05T21:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029783#M15777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt; If(Week(Date, 0)&amp;lt; Week([First Monday]), Week(Date, 0) + 47, Week(Date, 0)-5) as [Fiscal Week],&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'FY' &amp;amp; If(Month(Date) = 'Feb' and Day(Date) &amp;lt; Day([First Monday]), Year([First Monday]) - 1, Year([First Monday])) as [Fiscal Year];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; WeekStart(MonthStart(YearStart(Date, 0, 2)) + 6, 0, 0) as [First Monday],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(Date) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(MakeDate(2013,12,31) + RecNo()) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 1460;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029783#M15777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T21:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029784#M15778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still same error bro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Showing 2016 feb 1st week as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fiscal week 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029784#M15778</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-01-05T21:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate first Monday in February for fiscal calendar</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029785#M15779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this a try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Week(Date, 0)&amp;lt; Week([First Monday]), Week(Date, 0) + 47, Week(Date, 0) - 5) as [Fiscal Week],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Week(AddMonths(Date, -1) - Day([First Monday]) + 1) as [Fiscal Week1],&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'FY' &amp;amp; If(Month(Date) = 'Feb' and Day(Date) &amp;lt; Day([First Monday]), Year([First Monday]) - 1, Year([First Monday])) as [Fiscal Year];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; WeekStart(MonthStart(YearStart(Date, 0, 2)) + 6, 0, 0) as [First Monday],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(Date) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(MakeDate(2013,12,31) + RecNo()) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 1460;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-calculate-first-Monday-in-February-for-fiscal-calendar/m-p/1029785#M15779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T21:55:45Z</dc:date>
    </item>
  </channel>
</rss>

