<?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 Fiscal year from Calendar Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209167#M64267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need the output as shown in the fiscal column,&lt;/P&gt;&lt;P&gt;also i want to calculate the financial month No.&lt;/P&gt;&lt;P&gt;that is 07/01/2006 the financial year should be come as 2007 and FinMonth is 01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 12:00:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-20T12:00:52Z</dc:date>
    <item>
      <title>Fiscal year from Calendar Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209165#M64265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the date field starting&lt;/P&gt;&lt;P&gt;date (MM/DD/YYYY) Fiscal(MM/DD/YYYY)&lt;/P&gt;&lt;P&gt;07/01/2006 01/01/2007&lt;/P&gt;&lt;P&gt;08/01/2006 02/01/2007&lt;/P&gt;&lt;P&gt;09/01/2006 03/01/2007&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;I need to calculate the fiscal period nd month as shown above....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 11:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209165#M64265</guid>
      <dc:creator />
      <dc:date>2010-09-20T11:28:17Z</dc:date>
    </item>
    <item>
      <title>Fiscal year from Calendar Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209166#M64266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;With the help of yearname() function you make fisnal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yearname(date,0,4) as Fin_Fear&lt;/P&gt;&lt;P&gt;Started with Apr-1 and end with Mar-31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Srivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 11:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209166#M64266</guid>
      <dc:creator />
      <dc:date>2010-09-20T11:37:29Z</dc:date>
    </item>
    <item>
      <title>Fiscal year from Calendar Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209167#M64267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need the output as shown in the fiscal column,&lt;/P&gt;&lt;P&gt;also i want to calculate the financial month No.&lt;/P&gt;&lt;P&gt;that is 07/01/2006 the financial year should be come as 2007 and FinMonth is 01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 12:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209167#M64267</guid>
      <dc:creator />
      <dc:date>2010-09-20T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Fiscal year from Calendar Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209168#M64268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then you make this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(Yearname(date,0,4)) as Fin_Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 06:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209168#M64268</guid>
      <dc:creator />
      <dc:date>2010-09-22T06:29:22Z</dc:date>
    </item>
    <item>
      <title>Fiscal year from Calendar Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209169#M64269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Gopinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the below script to get expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFiscalMonthOffset = 6;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempDate:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[TempDate&lt;/P&gt;&lt;P&gt;07/01/2006&lt;/P&gt;&lt;P&gt;08/01/2006&lt;/P&gt;&lt;P&gt;09/01/2006&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DATE(TempDate) AS Date,&lt;/P&gt;&lt;P&gt;AddMonths(DATE(TempDate), $(vFiscalMonthOffset)) AS [Fiscal Date],&lt;/P&gt;&lt;P&gt;Year(Date(TempDate)) AS Year,&lt;/P&gt;&lt;P&gt;Subfield(YearName(Date(TempDate), 1, $(vFiscalMonthOffset)),'-',1) AS [Fiscal Year]&lt;/P&gt;&lt;P&gt;Resident TempDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TempDate;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know for any further concern in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 19:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year-from-Calendar-Year/m-p/209169#M64269</guid>
      <dc:creator />
      <dc:date>2010-09-22T19:06:05Z</dc:date>
    </item>
  </channel>
</rss>

