<?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 How to get the Financial Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206677#M62710</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;Though it works i don't know how. Can any share how this expressions work briefly.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2010 11:27:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-05T11:27:13Z</dc:date>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206671#M62704</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;Can anyone help me out to get the Financial Year in a list box from the given data which contains the month and the year. As per current requirement financial year is from april to march. So requesting you create the list box accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 06:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206671#M62704</guid>
      <dc:creator />
      <dc:date>2010-01-11T06:03:22Z</dc:date>
    </item>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206672#M62705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We achieved this by maintiang simple excel file ( u can hv ur own inline Load file) where we map Calender year with Financial year - Qtr - month -Week.&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 06:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206672#M62705</guid>
      <dc:creator />
      <dc:date>2010-01-11T06:16:23Z</dc:date>
    </item>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206673#M62706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhushan,&lt;/P&gt;&lt;P&gt;Thanks for your reply! I can't load the year and month value in inline load file as it will not be constant. Also let me know how to map with the calender year as i am newbie i am not aware about it.&lt;/P&gt;&lt;P&gt;Last time i forgot to the attach the document. This time i have attached it please check it out and provide some solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 06:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206673#M62706</guid>
      <dc:creator />
      <dc:date>2010-01-11T06:51:35Z</dc:date>
    </item>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206674#M62707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DS ,&lt;/P&gt;&lt;P&gt;Here i am attaching a sample data in excel file . We have created for financial year( Nov -Oct ) .&lt;/P&gt;&lt;P&gt;We have stored procedure (Scehduled) which will generate this table in SQL . You can also script this table (which we havn't tried yet) .&lt;/P&gt;&lt;P&gt;You can link your "FY_Date" with "d_date" from stk_sales &amp;amp; then extract reports based on financial year .&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 07:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206674#M62707</guid>
      <dc:creator />
      <dc:date>2010-01-11T07:12:58Z</dc:date>
    </item>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206675#M62708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Month(Date(d_date, 'DD-MM-YYYY'))&amp;lt;4,&lt;/P&gt;&lt;P&gt;Year(Date(d_date, 'DD-MM-YYYY'))-1,&lt;BR /&gt; Year(Date(d_date, 'DD-MM-YYYY'))) as [Fiscal Year],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try something like this code above.&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 11:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206675#M62708</guid>
      <dc:creator />
      <dc:date>2010-01-11T11:02:41Z</dc:date>
    </item>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206676#M62709</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;Thanks all for your help. I got it done working in the simplest way. I used the below code in the expression of the list box which i feel it is alright now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=yearname(Date,0,4)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 11:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206676#M62709</guid>
      <dc:creator />
      <dc:date>2010-01-11T11:45:00Z</dc:date>
    </item>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206677#M62710</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;Though it works i don't know how. Can any share how this expressions work briefly.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 11:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206677#M62710</guid>
      <dc:creator />
      <dc:date>2010-02-05T11:27:13Z</dc:date>
    </item>
    <item>
      <title>How to get the Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206678#M62711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I managed to get the financial year after using it in the expression and not while loading the data itself. Is there is any way to load financial year at the time of loading the data itself.&lt;/P&gt;&lt;P&gt;It is very urgent! hope some one can help me out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 04:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Financial-Year/m-p/206678#M62711</guid>
      <dc:creator />
      <dc:date>2010-03-06T04:11:14Z</dc:date>
    </item>
  </channel>
</rss>

