<?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: Financial Year Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252874#M621274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below given draft expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Sum({&amp;lt;FiscalYear={"=If(Today() &amp;gt;= MakeDate(Year(Today())-1,4,1) AND Today() &amp;lt;= MakeDate(Year(Today()),3,31), If(Month(Today())&amp;lt;=3, Year(Today())-1, Year(Today())))"}&amp;gt;}Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above expression, &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MakeDate(Year(Today())-1,4,1)&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; - will return lower bound/start point i.e. 04/01/2016&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;MakeDate(Year(Today()),3,31)&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;- will return upper bound/end point i.e. 03/31/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 08:47:51 GMT</pubDate>
    <dc:creator>rahulpawarb</dc:creator>
    <dc:date>2017-02-13T08:47:51Z</dc:date>
    <item>
      <title>Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252867#M621265</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;I need to return data in set analysis for this financial year only (April to March).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field that shows which financial Year the data is in [Financial Year].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create set analysis which returns a value only if we are in the current financial year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp; Only sums data if today is within financial year 2016 (any data between April 2016 - March 2017)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 13:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252867#M621265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-10T13:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252868#M621268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like this: sum({&amp;lt;Year=,Month=, [Financial Year]={2017}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Feb 2017 18:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252868#M621268</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-02-11T18:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252869#M621269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If select not all the dates of the one value of the field &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Financial Year], i&lt;SPAN style="font-size: 13.3333px;"&gt;t may as a variant of use the "Date", for example&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;gt;01.04.2016"}*{"&amp;lt;31.03.2017"}&amp;gt;} Volume)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 07:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252869#M621269</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-12T07:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252870#M621270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below given draft expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FiscalYear={"=If(Today() &amp;gt;= Date#('04/01/2016', 'MM/DD/YYYY') AND Today() &amp;lt;= Date#('03/31/2017', 'MM/DD/YYYY'), If(Month(Today())&amp;lt;=3, Year(Today())-1, Year(Today())))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be of help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 14:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252870#M621270</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-12T14:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252871#M621271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like the solution; however, it would be great if we include the boundary values as well.&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;=Sum({&amp;lt;Date={"&amp;gt;=01.04.2016"}*{"=&amp;lt;31.03.2017"}&amp;gt;} Volume)&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;Please correct me if I misunderstood.&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;Thank you!&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;Rahul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 15:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252871#M621271</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-12T15:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252872#M621272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, of course you're right. I just showed you how combine the sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252872#M621272</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-13T07:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252873#M621273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All these are good, but none of them will automatically pick up the previous year, as I will have to change the date in the script every new financial year.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp; I need the financial year 2016/17 to show 2015/16 data.&amp;nbsp; Then when we move into 2017/18 I need it to show 2016/17 data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary it always needs to show the previous year (future proofed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 08:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252873#M621273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-13T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252874#M621274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below given draft expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Sum({&amp;lt;FiscalYear={"=If(Today() &amp;gt;= MakeDate(Year(Today())-1,4,1) AND Today() &amp;lt;= MakeDate(Year(Today()),3,31), If(Month(Today())&amp;lt;=3, Year(Today())-1, Year(Today())))"}&amp;gt;}Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above expression, &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MakeDate(Year(Today())-1,4,1)&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; - will return lower bound/start point i.e. 04/01/2016&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;MakeDate(Year(Today()),3,31)&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;- will return upper bound/end point i.e. 03/31/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 08:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252874#M621274</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-13T08:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252875#M621275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you load the script data separately for years? Maybe load data for all years, and then make selections in the charts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 08:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252875#M621275</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-13T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252876#M621276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My table needs to show a column for current year and another one for last year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be possible to create a set analysis which I can set specifically for 2016 or 2017, but then as we move from year to year I will have to update all my scripts to change the year.&amp;nbsp; As my dashboard is quite large it is likely it will miss the change over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 08:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252876#M621276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-13T08:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252877#M621277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works, nice one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried to use the same formula for current year.&amp;nbsp; Made slight amendments, but didn't work.&amp;nbsp; Any thoughts?&amp;nbsp; See below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Sum({&amp;lt;FiscalYear={"=If(Today() &amp;gt;= MakeDate(Year(Today())-0,4,1) AND Today() &amp;lt;= MakeDate(Year(Today()),3,31), If(Month(Today())&amp;lt;=3, Year(Today())-0, Year(Today())))"}&amp;gt;}Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 09:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252877#M621277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-13T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252878#M621278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Month=, Year=,&lt;/P&gt;&lt;P&gt; CALEN_DT={"&amp;gt;=$(=MonthStart(AddMonths(Max(CALEN_DT),-11)))&amp;lt;$(=MonthEnd(AddMonths(Max(CALEN_DT),-0)))"}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Devendar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 09:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252878#M621278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-13T09:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252879#M621279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can all the same such variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The script downloads all data.&lt;/P&gt;&lt;P&gt;2. By using the calendar wizard, each record is linked to the financial year.&lt;/P&gt;&lt;P&gt;3. On the chart displays the data, which are calculated for example on the basis of the current date (ie the financial year is automatically determined by calculation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually approximately the same idea proposed by Rahul above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 09:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252879#M621279</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-13T09:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Financial Year Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252880#M621280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try below given sample expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Sum({&amp;lt;FiscalYear={"=If(Today() &amp;gt;= If(Month(Today())&amp;lt;=3, MakeDate(Year(Today())-1,4,1), MakeDate(Year(Today()),4,1)) AND Today() &amp;lt;= If(Month(Today())&amp;lt;=3, MakeDate(Year(Today()),3,31), MakeDate(Year(Today())+1,3,31)), If(Month(Today())&amp;lt;=3, Year(Today())-1, Year(Today())))"}&amp;gt;}Sales)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P.S.: To reduce the length of expression you can make use of variables.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 10:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-Year-Set-Analysis/m-p/1252880#M621280</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-13T10:09:02Z</dc:date>
    </item>
  </channel>
</rss>

