<?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: Fiscal Year Creation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230387#M856491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code I wrote will give you your desired Fiscal Year,&lt;/P&gt;&lt;P&gt;as far as your code is concerned, it is wrong,&lt;/P&gt;&lt;P&gt;you only write field names in double quotes and you can't compare Month with Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 06:12:59 GMT</pubDate>
    <dc:creator>shubham_singh</dc:creator>
    <dc:date>2017-02-08T06:12:59Z</dc:date>
    <item>
      <title>Fiscal Year Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230384#M856488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm bringing in data from an xlsx format with one of the fields for Month.&amp;nbsp; The date format is M/D/YYYY.&amp;nbsp; I would like to create a master calendar for fiscal year identification where my fiscal year identifies dates between 10/1/2014 - 9/30/2015 as FY15, 10/1/2015-9/30/2016 as FY16.&amp;nbsp; How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Bao Nguyen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230384#M856488</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230385#M856489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming column name in Excel is RawDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this for calculating Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;RawDate,&lt;/P&gt;&lt;P&gt;'FY'&amp;amp;(Year(YearStart(Date#(RawDate,'M/D/YYYY'),1,10))-2000) as FiscalYear&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 18:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230385#M856489</guid>
      <dc:creator>shubham_singh</dc:creator>
      <dc:date>2017-02-07T18:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230386#M856490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shubham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your sample from above but added an IF statement because I wanted to cover a range of date for each fiscal year.&amp;nbsp; However, I'm getting an error message and not sure why.&amp;nbsp; Can you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "2015" &amp;amp; If(Month &amp;gt;= (10/1/2014) AND Month &amp;lt;= (9/30/2015)) as FiscalYear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 19:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230386#M856490</guid>
      <dc:creator />
      <dc:date>2017-02-07T19:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230387#M856491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code I wrote will give you your desired Fiscal Year,&lt;/P&gt;&lt;P&gt;as far as your code is concerned, it is wrong,&lt;/P&gt;&lt;P&gt;you only write field names in double quotes and you can't compare Month with Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 06:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230387#M856491</guid>
      <dc:creator>shubham_singh</dc:creator>
      <dc:date>2017-02-08T06:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230388#M856492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do u want master calendar based ur start n end dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or just FY?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 06:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230388#M856492</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-08T06:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230389#M856493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to have a master calendar to designate our fiscal year to start on 10/1/YYYY and ends on 9/30/YYYY.&amp;nbsp; I was able to do this in SQL with another BI but cannot replicate it in Qlik...as my knowledge of Qlik has not yet matured enough at this point.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 13:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Creation/m-p/1230389#M856493</guid>
      <dc:creator />
      <dc:date>2017-02-09T13:38:56Z</dc:date>
    </item>
  </channel>
</rss>

