<?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: Last year march value in Last YTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61488#M774338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is displaying ytd value which already i have been displaying.&lt;/P&gt;&lt;P&gt;i want when user selects 2018.&lt;/P&gt;&lt;P&gt;then should reflect last year march (total ytd of previous year)value I m using financial year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2018 04:38:47 GMT</pubDate>
    <dc:creator>qlikcheepirishe</dc:creator>
    <dc:date>2018-05-21T04:38:47Z</dc:date>
    <item>
      <title>Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61485#M774334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;My requirement is to get&amp;nbsp; the last ytd &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;In last ytd it should display last year march value for the ytd below is the expression I am getting correct ytd can anyone guide me for the value to display on LAST YTD should display &lt;STRONG&gt;March&lt;/STRONG&gt; value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;YTD Expression=AVG(AGGR(AVG({1&amp;lt;FOR_DATE = {"&amp;gt;=$(=DATE(YEARSTART(v_Date, 0, 4), 'DD/MM/YYYY'))"}, FOR_DATE = {"&amp;lt;=$(v_Date)"}&amp;gt;}Actual), Unit, KPI, UOM, Area, [Sub Area], Equipment))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Variables Used&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;v_Date=DATE(MAKEDATE(v_Max_Year, v_Max_Month), 'DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;v_Max_Year==MAX(Year) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;v_Max_Month =IF(GetSelectedCount(Month) &amp;lt;= 0, MAX(NUM_MONTH), NUM_MONTH) @&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61485#M774334</guid>
      <dc:creator>qlikcheepirishe</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61486#M774335</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;AVG&lt;/SPAN&gt;({&amp;lt;Year={'$(vPriorYear)'},Month=,Day=,&lt;SPAN style="color: #000000;"&gt;v_Date&lt;/SPAN&gt;={'&amp;lt;=$(vPriorYearDate)'}&amp;gt;}&lt;SPAN style="color: #000000;"&gt;Actual_Unit&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vPriorYear=&lt;SPAN style="color: #000000;"&gt;MAX(Year) -1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 09:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61486#M774335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61487#M774336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;AVG(AGGR(AVG({1&amp;lt;FOR_DATE = {"&amp;gt;=$(=DATE(&lt;SPAN style="color: #ff0000;"&gt;AddYears(&lt;/SPAN&gt;YEARSTART(v_Date, 0, 4)&lt;SPAN style="color: #ff0000;"&gt;,-1)&lt;/SPAN&gt;, 'DD/MM/YYYY')) &lt;STRONG style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;=$(v_Date)&lt;/STRONG&gt;"}&amp;gt;}Actual), Unit, KPI, UOM, Area, [Sub Area], Equipment))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2018 05:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61487#M774336</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-20T05:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61488#M774338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is displaying ytd value which already i have been displaying.&lt;/P&gt;&lt;P&gt;i want when user selects 2018.&lt;/P&gt;&lt;P&gt;then should reflect last year march (total ytd of previous year)value I m using financial year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 04:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61488#M774338</guid>
      <dc:creator>qlikcheepirishe</dc:creator>
      <dc:date>2018-05-21T04:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61489#M774339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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: #000000;"&gt;AVG(AGGR(AVG({1&amp;lt;FOR_DATE = {"&amp;gt;=$(=DATE(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;AddYears(&lt;/SPAN&gt;YEARSTART(v_Date, 0, 4)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;,-1)&lt;/SPAN&gt;, 'DD/MM/YYYY')) &lt;STRONG style="font-style: inherit;"&gt;&amp;lt;=$&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(=DATE(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;AddYears&lt;/SPAN&gt;&lt;/STRONG&gt;(v_Date,-1),DD/MM/YYYY'))&lt;/STRONG&gt;"}&amp;gt;}Actual), Unit, KPI, UOM, Area, [Sub Area], Equipment))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Br,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;KC&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 05:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61489#M774339</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-21T05:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61490#M774340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not giving exact output somewhere near you are jyothish kc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 06:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61490#M774340</guid>
      <dc:creator>qlikcheepirishe</dc:creator>
      <dc:date>2018-05-21T06:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61491#M774341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your max(num_month) ?&lt;/P&gt;&lt;P&gt;Why do you want to use &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;YEARSTART(v_Date, 0, 4) ? YTD should start from 1st Jan, here it will start from 1st April.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Br,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;KC&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 06:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61491#M774341</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-21T06:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61492#M774342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also what is the output of vDate ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 06:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61492#M774342</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-21T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61493#M774343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as per the expression of jyothish now i want to freeze the values.&lt;/P&gt;&lt;P&gt;means on any click event the value should b tact.&lt;/P&gt;&lt;P&gt;for example: bypass for the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 06:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61493#M774343</guid>
      <dc:creator>qlikcheepirishe</dc:creator>
      <dc:date>2018-05-21T06:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61494#M774344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your variable like this then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;v_Max_Month =MAX({1}total NUM_MONTH)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;v_Max_Year =MAX({1}total Year)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 06:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61494#M774344</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-21T06:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61495#M774345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;01/04/2018 = output for v_Date&lt;/P&gt;&lt;P&gt;Max(NUM_MONTH) = 4&lt;/P&gt;&lt;P&gt;my requirement is basis on financial year wise so using(v_Date,0,4) which starts from 1st April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 06:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61495#M774345</guid>
      <dc:creator>qlikcheepirishe</dc:creator>
      <dc:date>2018-05-21T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61496#M774346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;due to variable change it is affecting other expressions such as ytd actual etc.&lt;/P&gt;&lt;P&gt;any other way for output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 07:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61496#M774346</guid>
      <dc:creator>qlikcheepirishe</dc:creator>
      <dc:date>2018-05-21T07:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61497#M774347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But did the variable change worked for last YTD ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 07:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61497#M774347</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-21T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61498#M774348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Try this:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;AVG(AGGR(AVG({1&amp;lt;FOR_DATE = {"&amp;gt;=$(=DATE(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;AddYears(&lt;/SPAN&gt;YEARSTART(v_Date, 0, 4)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;,-1)&lt;/SPAN&gt;, 'DD/MM/YYYY')) &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;lt;=$&lt;STRONG style="font-style: inherit;"&gt;(=DATE(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;AddYears&lt;/SPAN&gt;&lt;/STRONG&gt;(v_Date,-1),DD/MM/YYYY'))&lt;/STRONG&gt;"},Year=,NUM_MONTH=&amp;gt;}Actual), Unit, KPI, UOM, Area, [Sub Area], Equipment))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 08:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61498#M774348</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-21T08:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61499#M774349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 09:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61499#M774349</guid>
      <dc:creator>qlikcheepirishe</dc:creator>
      <dc:date>2018-05-21T09:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Last year march value in Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61500#M774350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define same for outer analysis like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AVG(&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{1&amp;lt;FOR_DATE = {"&amp;gt;=$(=DATE(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;AddYears(&lt;/SPAN&gt;YEARSTART(v_Date, 0, 4)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;,-1)&lt;/SPAN&gt;, 'DD/MM/YYYY')) &lt;STRONG style="font-style: inherit;"&gt;&amp;lt;=$(v_Date)&lt;/STRONG&gt;"}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;NODISTINCT&lt;/SPAN&gt; &lt;/STRONG&gt;AGGR(AVG({1&amp;lt;FOR_DATE = {"&amp;gt;=$(=DATE(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;AddYears(&lt;/SPAN&gt;YEARSTART(v_Date, 0, 4)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;,-1)&lt;/SPAN&gt;, 'DD/MM/YYYY')) &lt;STRONG style="font-style: inherit;"&gt;&amp;lt;=$(v_Date)&lt;/STRONG&gt;"}&amp;gt;}Actual), Unit, KPI, UOM, Area, [Sub Area], Equipment))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If nothing - I would suggest you to paste sample?&lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 09:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-year-march-value-in-Last-YTD/m-p/61500#M774350</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-21T09:38:04Z</dc:date>
    </item>
  </channel>
</rss>

