<?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 &amp; Previous Financial Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269957#M399591</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;For time being used the below conditions (Static):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Financial Year]='FY18',Sum({$&amp;lt;Month=, [Financial Year]={'FY18'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY17',Sum({$&amp;lt;Month=, [Financial Year]={'FY17'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY16',Sum({$&amp;lt;Month=, [Financial Year]={'FY16'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY15',Sum({$&amp;lt;Month=, [Financial Year]={'FY15'}&amp;gt;} [Total Cost (actual)])))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Financial Year]='FY18',Sum({$&amp;lt;Month=, [Financial Year]={'FY17'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY17',Sum({$&amp;lt;Month=, [Financial Year]={'FY16'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY16',Sum({$&amp;lt;Month=, [Financial Year]={'FY15'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY15',Sum({$&amp;lt;Month=, [Financial Year]={'FY14'}&amp;gt;} [Total Cost (actual)])))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for time being issue was resolve, but looking for a dynamic kind of thing like based on Financial Year selection the months total amount should be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 10:00:28 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2017-02-01T10:00:28Z</dc:date>
    <item>
      <title>Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269949#M399583</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 have one field called [Financial Year]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data for that field was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FY15&lt;/P&gt;&lt;P&gt;FY16&lt;/P&gt;&lt;P&gt;FY17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on selection of Financial Year field, bar chart should display the current year months and previous year months field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one please let me know the condition for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried as below in expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Year months:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month=,Year= {$(= max(Year-1))}&amp;gt;}[Total Cost (actual)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Year Months:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month=,Year= {$(=max(Year))}&amp;gt;}[Total Cost (actual)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no luck in getting as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269949#M399583</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-01T06:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269950#M399584</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;You need to convert your financial year into number first and then the given expression will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load [Financial Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Makedate('20'&amp;amp;right(&lt;SPAN style="font-size: 13.3333px;"&gt;[Financial Year]&lt;/SPAN&gt;,2)) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;From Xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269950#M399584</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-01T06:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269951#M399585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both Financial Year and Year fields are coming from a master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the expressions are giving same value in my bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please let me know any alternative for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269951#M399585</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-01T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269952#M399586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Required means, Data points showing wrong you mean to say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be missing Single Colon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Previous Year months:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;Year= {&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/STRONG&gt;$(= max(Year-1))&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/STRONG&gt;}&amp;gt;}[Total Cost (actual)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Current Year Months:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;Year= {&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/STRONG&gt;$(=max(Year))&lt;STRONG&gt;'&lt;/STRONG&gt;}&amp;gt;}[Total Cost (actual)])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If not, You may share your application to look in &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/kaushik.solanki"&gt;kaushik.solanki&lt;/A&gt;‌&lt;/STRONG&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; What if, Year has 1900,1901,----1999&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269952#M399586</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T06:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269953#M399587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can Please let me know any option to get max of Financial Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that based on Financial Year selection bar chart should be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month=,[Financial Year]={'FY17'}&amp;gt;}[Total Cost (actual)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month=,[Financial Year]={'FY16'}&amp;gt;}[Total Cost (actual)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of static I want to make it a dynamic based on Financial Year selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269953#M399587</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-01T06:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269954#M399588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Year is in 1900 and if that value is correct then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I have seen is if you use date function on date then sometimes it gives dates in 1900 etc format.&lt;/P&gt;&lt;P&gt;In that case it may give wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269954#M399588</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-01T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269955#M399589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi If i am selection Financial Year = FY17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Year will be both 2016 &amp;amp; 2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am converting calendar into Fiscal calendar and so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our financial year starts from Oct '16 and end at Sep 17&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269955#M399589</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-01T06:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269956#M399590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi If possible share sample data along with expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269956#M399590</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-01T09:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269957#M399591</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;For time being used the below conditions (Static):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Financial Year]='FY18',Sum({$&amp;lt;Month=, [Financial Year]={'FY18'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY17',Sum({$&amp;lt;Month=, [Financial Year]={'FY17'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY16',Sum({$&amp;lt;Month=, [Financial Year]={'FY16'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY15',Sum({$&amp;lt;Month=, [Financial Year]={'FY15'}&amp;gt;} [Total Cost (actual)])))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Financial Year]='FY18',Sum({$&amp;lt;Month=, [Financial Year]={'FY17'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY17',Sum({$&amp;lt;Month=, [Financial Year]={'FY16'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY16',Sum({$&amp;lt;Month=, [Financial Year]={'FY15'}&amp;gt;} [Total Cost (actual)]),&lt;/P&gt;&lt;P&gt;if([Financial Year]='FY15',Sum({$&amp;lt;Month=, [Financial Year]={'FY14'}&amp;gt;} [Total Cost (actual)])))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for time being issue was resolve, but looking for a dynamic kind of thing like based on Financial Year selection the months total amount should be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269957#M399591</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-01T10:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269958#M399592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does Financial Year is a field having values are FY14,15,16,17 and then so on? Confirm me. Really better offer if you provide sample to look on it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269958#M399592</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T10:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269959#M399593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Financial Year is a field having data as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FY16&lt;/P&gt;&lt;P&gt;FY17&lt;/P&gt;&lt;P&gt;FY18&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 12:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269959#M399593</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-01T12:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269960#M399594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please replace that &lt;STRONG&gt;max(Year-1) with Addmonths(&lt;STRONG&gt;max(Year&lt;/STRONG&gt;),-12)&amp;nbsp; &lt;/STRONG&gt;and check..Try put them in variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not,will pass on better master calendar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 12:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269960#M399594</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-01T12:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Current Financial Year &amp; Previous Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269961#M399595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can use Addyears()..:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 12:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Financial-Year-Previous-Financial-Year/m-p/1269961#M399595</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-01T12:31:16Z</dc:date>
    </item>
  </channel>
</rss>

