<?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 Financial Year in calculated expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500076#M1147518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Year(Month_Year) + If(Run_Month&amp;gt;=4, 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 08:21:25 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-08-16T08:21:25Z</dc:date>
    <item>
      <title>Current Financial Year in calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500075#M1147517</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;Could someone kindly help me write the current financial year for the following calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Current_Quarter (By number) available&lt;/P&gt;&lt;P&gt;I have Run_Month (By Number) available &lt;/P&gt;&lt;P&gt;I have Month_Year field (Apr-2013) available &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style=": ; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;InYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CWT_Monthly_desc_Report.desc_month_Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),0), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CWT_Monthly_desc_Report.desc_month_Year&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MMM YYYY')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My financial year runs from Apr-Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible with the above fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 08:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500075#M1147517</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-08-16T08:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year in calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500076#M1147518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Year(Month_Year) + If(Run_Month&amp;gt;=4, 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 08:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500076#M1147518</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-16T08:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year in calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500077#M1147519</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;Thank you for this suggestion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is great as it gives me a bar for 2012,2013 and 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However what I wanted to achieve was the months for current FY&amp;nbsp; I.e.&amp;nbsp; April 2013, May 2013, June 2013 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kidnly help me achive this too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 08:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500077#M1147519</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-08-16T08:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year in calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500078#M1147520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your requirement is not very clear to me, can you please explain a bit like 'i have AAA and i want the output against that is BBB' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 09:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-in-calculated-expression/m-p/500078#M1147520</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-16T09:11:27Z</dc:date>
    </item>
  </channel>
</rss>

