<?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 Compare current sum Rev VS last year sum Rev in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686840#M248817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to compare the sum of Revenue for period based on current selection of a DateField VS The same period for&lt;/P&gt;&lt;P&gt;previous year and I am using the expression for previous year period:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Datefield={'$(=addyears(DateField-1))'}&amp;gt;}Rev)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works when the user select a single period but doesn't work when the user select multi period.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 17:31:44 GMT</pubDate>
    <dc:creator>wassimharfoush</dc:creator>
    <dc:date>2014-09-24T17:31:44Z</dc:date>
    <item>
      <title>Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686840#M248817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to compare the sum of Revenue for period based on current selection of a DateField VS The same period for&lt;/P&gt;&lt;P&gt;previous year and I am using the expression for previous year period:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Datefield={'$(=addyears(DateField-1))'}&amp;gt;}Rev)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works when the user select a single period but doesn't work when the user select multi period.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 17:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686840#M248817</guid>
      <dc:creator>wassimharfoush</dc:creator>
      <dc:date>2014-09-24T17:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686841#M248818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt;Datefield={" &amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=addyears(Min(DateField), -1)) &amp;lt;= $(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;addyears(Max(DateField), -1))&lt;/SPAN&gt;&lt;/SPAN&gt;"}&amp;gt;}Rev)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 17:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686841#M248818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686842#M248819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;Sum({$+&amp;lt;[Fiscal Year]={"$(=AddYears([Fiscal Year],0)-1)","$(=AddYears(Min([Fiscal Year]),0)-1)"}&amp;gt;}Rev)&lt;/P&gt;&lt;P&gt;If you don't want to show them without a selection then you need to active the conditional expression check box and add this expression&lt;/P&gt;&lt;P&gt;GetSelectedCount([Fiscal Year])&amp;gt;0&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686842#M248819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686843#M248820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of the above work.. Any other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 22:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686843#M248820</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-24T22:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686844#M248821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Waild,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fiscal year field that you use, is it a year column? or full date? The solution doesn't work on my end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 01:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686844#M248821</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T01:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686845#M248822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one should work&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;DateField&lt;/SPAN&gt;={"&amp;gt;= $(=addyears(Min(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;DateField&lt;/SPAN&gt;),0) -1) &amp;lt;= $(=addyears(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;DateField&lt;/SPAN&gt;),0) -1)"}&amp;gt;}Rev)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 01:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686845#M248822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T01:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686846#M248823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help but still not working.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 01:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686846#M248823</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T01:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686847#M248824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a year field. You might need to use Makedate function before addyears if you apply it on a full date. So try it with a year column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 01:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686847#M248824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T01:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686848#M248825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried the following with no luck:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;RDATEValue={"&amp;gt;= $(=addmonths(Min(RDATEValue),0) -12)"," &amp;lt;= $(=addmonths(Max(RDATEValue),0) -12)"}&amp;gt;}REV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not returning error but it returns 0 which means the expression is correct but not sure why it returns 0. &lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 02:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686848#M248825</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T02:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686849#M248826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is RDATEValue a month column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 02:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686849#M248826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T02:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686850#M248827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is a date field with format as 09/01/2014 and so on back to 3 years&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 02:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686850#M248827</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T02:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686851#M248828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to simplify the issue and understand what's wrong I used the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;RDATEValue={"$(=(AddMonths(min([RDATEValue]),-12)))"}&amp;gt;} REV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which returns the rev of the minimum period and it works .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I add the greater than symbol "&amp;gt;" it returns 0.&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;RDATEValue={"$(&amp;gt;=(AddMonths(min([RDATEValue]),-12)))"}&amp;gt;} REV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 03:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686851#M248828</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T03:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686852#M248829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following made it for me using Min and Max&lt;/P&gt;&lt;P&gt;num(sum( {$&amp;lt;RDATEValue={"&amp;gt;=$(=(AddMonths(min([RDATEValue]),-12))) &amp;lt;=$(=(AddMonths(max([RDATEValue]),-12)))"}&amp;gt;} REV))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what if the user makes few selections on the RDATEValue field and they are not in order?&lt;/P&gt;&lt;P&gt;meaning what if the user select 09/01/2014 and 06/01/2014 and 01/01/2014 We need to get the REV for the same periods from the previous year..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know your thoughts..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 03:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686852#M248829</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T03:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686853#M248830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hies &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/alec1982"&gt;alec1982&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;My suggestion is that let the user do any selections on date field but for your computations, calculate it on the variables&lt;BR /&gt;eg. user selects 20/8/2014 as the max date for period &lt;BR /&gt;so go to the variable and calculate it as vMaxPeriodDate=addmonths(max(RDATEvalue),-12)&lt;BR /&gt;do same with the min period date&lt;BR /&gt;and then introduce it in your expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum( {&amp;lt;RDATEValue={'&amp;lt;=$(vMaxPeriodDate)'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RDATEValue={'&amp;lt;=$(vMinPeriodDate)'}&lt;/SPAN&gt;&amp;gt;} REV);&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 04:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686853#M248830</guid>
      <dc:creator>ashishkalia</dc:creator>
      <dc:date>2014-09-25T04:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686854#M248831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the update but your input doesn't fix the issue I am having.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is using the following expression&lt;/P&gt;&lt;P&gt;num(sum( {$&amp;lt;RDATEValue={"&amp;gt;=$(=(AddMonths(min([RDATEValue]),-12))) &amp;lt;=$(=(AddMonths(max([RDATEValue]),-12)))"}&amp;gt;} REV))&lt;/P&gt;&lt;P&gt;The user will get the REV for all periods in between the min and max values he selects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if the user select three dates as follow 09/01/2013, 07/01/2013 and 01/01/2014 the result I am looking for is the REV for only the three periods for the previous year while the expression that i have and the one that you provided return the REV for all periods between Min and Max dates and not only the three periods the user selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 04:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686854#M248831</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T04:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686855#M248832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wondering if anyone can help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 14:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686855#M248832</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T14:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686856#M248833</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;if possible ,Can you post sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 14:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686856#M248833</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-09-25T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686857#M248834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here we go .. I have attached a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 15:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686857#M248834</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T15:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686858#M248835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you had a chance to look at the sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 18:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686858#M248835</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-09-25T18:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Compare current sum Rev VS last year sum Rev</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686859#M248836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alec,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly verify my attachment file. Check Variable &lt;STRONG&gt;test&lt;/STRONG&gt; name&lt;/P&gt;&lt;P&gt;i hope this will help to u. &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;Thanks,&lt;/P&gt;&lt;P&gt;Muni !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 19:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-current-sum-Rev-VS-last-year-sum-Rev/m-p/686859#M248836</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-09-25T19:11:58Z</dc:date>
    </item>
  </channel>
</rss>

