<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633933#M1086696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create fiscal year from given date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 11:34:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-30T11:34:55Z</dc:date>
    <item>
      <title>Fiscal year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633933#M1086696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create fiscal year from given date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 11:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633933#M1086696</guid>
      <dc:creator />
      <dc:date>2014-05-30T11:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633934#M1086698</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;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 11:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633934#M1086698</guid>
      <dc:creator />
      <dc:date>2014-05-30T11:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633935#M1086699</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;Use YearName(DateField,0,4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 11:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633935#M1086699</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-05-30T11:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633936#M1086700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Day(date) as day,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Month(date) as month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Year(date) as year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;yearname(date,0,4)as FinancialYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 11:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633936#M1086700</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2014-05-30T11:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633937#M1086702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Try some thing like this&lt;/P&gt;&lt;P&gt;=Year(date('date field','DD/MM/YYYY))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 11:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633937#M1086702</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-05-30T11:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633938#M1086703</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;[Requesterdate] means your date field in the Data ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Requester Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-3)),2) &amp;amp; '-' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Requester Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-3))+1,2) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 12:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year/m-p/633938#M1086703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-30T12:41:20Z</dc:date>
    </item>
  </channel>
</rss>

