<?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: Subtract Previous Year from current Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862901#M302019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again !! Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was a brilliant formula you came up with using&amp;nbsp; set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 15:19:02 GMT</pubDate>
    <dc:creator>swarup_malli</dc:creator>
    <dc:date>2015-06-22T15:19:02Z</dc:date>
    <item>
      <title>Subtract Previous Year from current Year using above () and rangesum</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862897#M302015</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;&lt;/P&gt;&lt;P&gt;I want to deduct previous years results from current year then divide it by previous years expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie&amp;nbsp; (current year-previous year)/previous year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ? in Qlikview front end ?&lt;/P&gt;&lt;P&gt;This is not a simple set analysis expression which deducts previous year from current .&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp; a&amp;nbsp; advanced set analysis expression here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching a sample&amp;nbsp; qvw with some test data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="90126" alt="Current minus Previous.png" class="jive-image image-1" src="/legacyfs/online/90126_Current minus Previous.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be achieved using either above () or below ( ) function plus total ()&amp;nbsp; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 17:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862897#M302015</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2015-06-19T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862898#M302016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you need to remove the year-dimension from your table and then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; REPORT_YEAR = {"$(=max(REPORT_YEAR))"}&amp;gt;} Value) // current or max. year&lt;/P&gt;&lt;P&gt;sum({&amp;lt; REPORT_YEAR = {"$(=max(REPORT_YEAR)-1)"}&amp;gt;} Value) // previous year to max.year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; REPORT_YEAR = {"$(=max(REPORT_YEAR))"}&amp;gt;} Value) /&lt;/P&gt;&lt;P&gt;sum({&amp;lt; REPORT_YEAR = {"$(=max(REPORT_YEAR)-1)"}&amp;gt;} Value) // ratio between max.year and previous year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also many examples to similar topics: &lt;A href="/t5/forums/searchpage/tab/message?q=current vs previous"&gt;https://community.qlik.com/search.jspa?q=current+vs+previous&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 08:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862898#M302016</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-21T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862899#M302017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you were looking for previous year column? (Not sure if result is Current Year - Previous Year, or it needs to be another calculation?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90172_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Above(If(REPORT_YEAR = vCurrentYear, (Sum(TOTAL &amp;lt;MONTH_NAME&amp;gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;}FLIGHT_HRS)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COUNT(TOTAL &amp;lt;MONTH_NAME&amp;gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL) * COUNT(TOTAL &amp;lt;MONTH_NAME&amp;gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL)) - &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Above(TOTAL (Sum(FLIGHT_HRS)/COUNT(AC_SERIAL)) * COUNT(AC_SERIAL), 13)), 0, 12))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attaching the qvw back for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 12:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862899#M302017</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-21T12:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862900#M302018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For calculating YoY Growth%: &lt;STRONG&gt;=([Current Year] - [Previous year]) / [Previous year]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90191_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 12:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862900#M302018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-21T12:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862901#M302019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again !! Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was a brilliant formula you came up with using&amp;nbsp; set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 15:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862901#M302019</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2015-06-22T15:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862902#M302020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tweaked your formula to get you the result you were looking for. I am glad we were able to get what you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 15:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862902#M302020</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-22T15:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862903#M302021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny,you tweaked the formula in the following places ,I have highlighted them in red&lt;/P&gt;&lt;P&gt;Just curious I would appreciate it if you could elaborate on why TOTAL qualifier if being used here (&lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;and the significance of &lt;/SPAN&gt; number 13 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RangeSum(Above(If(REPORT_YEAR = vCurrentYear, //&lt;SPAN style="color: #993300;"&gt;To get the data beside the Current column data &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(&lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;}FLIGHT_HRS)&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT(&lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL) * COUNT&lt;SPAN style="color: #ff0000;"&gt;(TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL)) -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above(TOTAL (Sum(FLIGHT_HRS)/COUNT(AC_SERIAL)) * COUNT(AC_SERIAL), &lt;SPAN style="color: #ff0000;"&gt;13&lt;/SPAN&gt;)), 0, 12))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 16:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862903#M302021</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2015-06-22T16:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862904#M302022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Used &lt;STRONG&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/STRONG&gt; to bring the previous month's number next to current month (your set analysis made sure that I am not totaling it across different years So what you saw in previous year is what you would see next to current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;13 &lt;/STRONG&gt;was used for the same reason so that I can push the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;(Sum(FLIGHT_HRS)/COUNT(AC_SERIAL)) * COUNT(AC_SERIAL) &lt;/STRONG&gt;this expression down 13 rows so that ultimately the same values that appeared above falls down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest breaking your formula down into pieces and seeing their impact without the things I added. I don't know if the copy attached had the expressions disabled in them where I was doing this in pieces as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps this could be the order of each piece&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;}FLIGHT_HRS)&lt;/STRONG&gt; //Try with and without TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;(Sum(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;}FLIGHT_HRS)&amp;nbsp; /&lt;/STRONG&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&gt;COUNT(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL) * COUNT&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;(TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL)) &lt;/STRONG&gt;//Again t&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ry with and without TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&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;3) &lt;STRONG&gt;If(REPORT_YEAR = vCurrentYear, //&lt;SPAN style="font-style: inherit; font-family: inherit; color: #993300;"&gt;To get the data beside the Current column data&lt;/SPAN&gt;&lt;/STRONG&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&gt;(Sum(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;}FLIGHT_HRS)&amp;nbsp; /&lt;/STRONG&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&gt; &lt;/STRONG&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&gt;COUNT(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL) * COUNT&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;(TOTAL &amp;lt;MONTH_NAME&amp;gt;&lt;/SPAN&gt; {&amp;lt;REPORT_YEAR={$(vPreviousYear)}&amp;gt;} AC_SERIAL))&lt;/STRONG&gt; //Try with and without &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(REPORT_YEAR = vCurrentYear,&lt;/SPAN&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;4) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Above(TOTAL (Sum(FLIGHT_HRS)/COUNT(AC_SERIAL)) * COUNT(AC_SERIAL), &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;13&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt; // try with and without 13&lt;/SPAN&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;You will surely learn alot in the process of breaking up your problem in small pieces.&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;I hope this will help.&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;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 16:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862904#M302022</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-22T16:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862905#M302023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ! Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That makes perfect sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 16:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862905#M302023</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2015-06-22T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Subtract Previous Year from current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862906#M302024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 16:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtract-Previous-Year-from-current-Year-using-above-and/m-p/862906#M302024</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-22T16:21:30Z</dc:date>
    </item>
  </channel>
</rss>

