<?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: Current Fiscal Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064306#M355900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;You can also try like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date(Max(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FiscalYear&lt;/SPAN&gt;,'YYYY-DD')),'YYYY-DD')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 07:34:26 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-01-25T07:34:26Z</dc:date>
    <item>
      <title>Current Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064301#M355895</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;&lt;/P&gt;&lt;P&gt;How to get max of Fiscal year ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data in this format.&lt;/P&gt;&lt;P&gt;2013-14&lt;/P&gt;&lt;P&gt;2014-15&lt;/P&gt;&lt;P&gt;2015-16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064301#M355895</guid>
      <dc:creator />
      <dc:date>2016-01-25T07:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064302#M355896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MaxString(Fiscal_Year) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064302#M355896</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-25T07:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064303#M355897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tresesco. I was no aware of this function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064303#M355897</guid>
      <dc:creator />
      <dc:date>2016-01-25T07:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064304#M355898</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;If you have a date field then try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;DateFieldName = {'$(=Max(DateFieldName)'}&amp;gt;} Fiscal_Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MaxString(Fiscal_Year) as Tresesco suggested.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If it is a valid date field then you can directly use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Max(Fiscal_Year)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064304#M355898</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-25T07:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064305#M355899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is derived from datefield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(month(saledate))&amp;lt;=3,Year(saledate)-1&amp;amp;'-'&amp;amp;right(Year(saledate),2),Year(saledate)&amp;amp;'-'&amp;amp;right(year(saledate)+1,2)) as FiscalYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;saledate is the datefield&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064305#M355899</guid>
      <dc:creator />
      <dc:date>2016-01-25T07:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064306#M355900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;You can also try like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date(Max(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FiscalYear&lt;/SPAN&gt;,'YYYY-DD')),'YYYY-DD')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fiscal-Year/m-p/1064306#M355900</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-25T07:34:26Z</dc:date>
    </item>
  </channel>
</rss>

