<?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: Set Analysis for Current month Value minus Previous month Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93002#M752907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how I defined the variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217168_1.PNG" style="height: 164px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2018 12:40:13 GMT</pubDate>
    <dc:creator>bhaveshp90</dc:creator>
    <dc:date>2018-10-31T12:40:13Z</dc:date>
    <item>
      <title>Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/92999#M752904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the table as shown below;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217137_1.PNG" style="height: 138px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate the MTD Variance which is (Current month YTD) - (Previous month YTD) with the expression as;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;Sum(YTD)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt; Snapshot_Date = {$(vPreviousMonth)}&amp;gt;}YTD)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where PreviousMonth is a variable defined as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let vPreviousMonth = '=MonthEnd(AddMonths((Snapshot_Date),-1))';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression returns null values, what wrong am I doing here? any help is appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/92999#M752904</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93000#M752905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show the image with this variable &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vPreviousMonth &lt;/STRONG&gt;in text box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 04:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93000#M752905</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-10-31T04:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93001#M752906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vPreviousMonth = '=Date(Floor(MonthEnd(Snapshot_Date, -1)))';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93001#M752906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T11:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93002#M752907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how I defined the variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217168_1.PNG" style="height: 164px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93002#M752907</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-31T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93003#M752908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values are still blank. I have used your variable and this expression; &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;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Sum(YTD)&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 style="font-style: inherit; font-family: inherit;"&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 style="font-style: inherit; font-family: inherit;"&gt;Sum({$&amp;lt; Snapshot_Date = {$(vPreviousMonth)}&amp;gt;}YTD)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93003#M752908</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-31T13:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93004#M752909</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum(YTD) - Sum({$&amp;lt; Snapshot_Date = {&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;"&lt;/SPAN&gt;$(vPreviousMonth)&lt;STRONG style=": ; color: #ff0000; font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/STRONG&gt;}&amp;gt;}YTD)&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;or&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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(YTD) - Sum({$&amp;lt; Snapshot_Date = {&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;"&lt;/SPAN&gt;$(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=&lt;/SPAN&gt;vPreviousMonth)&lt;STRONG style=": ; color: #ff0000; font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/STRONG&gt;}&amp;gt;}YTD)&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;or&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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(YTD) - Sum({$&amp;lt; Snapshot_Date = {&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;"&lt;/SPAN&gt;$(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=$(&lt;/SPAN&gt;vPreviousMonth&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt;)&lt;STRONG style=": ; color: #ff0000; font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/STRONG&gt;}&amp;gt;}YTD)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93004#M752909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93005#M752910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried the expressions which are showing as null values. Attached the file for your reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93005#M752910</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-31T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93006#M752911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is something wrong about your expression.... you have Sum( over Sum( without Aggr()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;({$&amp;lt; Snapshot_Date = {"$(vPreviousMonth)"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(If(Num_Month = '$(vPreYearLastMonth)' and Year = '$(vPreYear)', 0, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;((If(Num_Month = '$(vPreYearLastMonth)' and Year = '$(vPreYear)', 0, &lt;STRONG&gt;Sum&lt;/STRONG&gt;({&amp;lt;Cost_Area = {'Mechanical Engineering (labor + travel)'}&amp;gt;}Updated_OEC_Budget)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(If(Num_Month = '$(vPreYearLastMonth)' and Year = '$(vPreYear)', 0, Sum({&amp;lt;Cost_Area = {'Mechanical Engineering (labor + travel)'}&amp;gt;}Forecast_Cost_to_Complete))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;((Sum(TOTAL &amp;lt;Cost_Area&amp;gt; {&amp;lt;Year = {'$(vPreYear)'} , Num_Month = {'$(vPreYearLastMonth)'}, Cost_Code = {'3'}, Snapshot_Date = &amp;gt;}Updated_OEC_Budget))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Sum(TOTAL &amp;lt;Cost_Area&amp;gt; {&amp;lt;Year = {'$(vPreYear)'} , Num_Month = {'$(vPreYearLastMonth)'}, Cost_Code = {'3'}, Snapshot_Date = &amp;gt;}Forecast_Cost_to_Complete)))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly are you trying to do here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93006#M752911</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93007#M752912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have that expression to calculate my YTD.&lt;/P&gt;&lt;P&gt;The MTD should be &lt;STRONG&gt;Current month YTD - Previous month YTD &lt;/STRONG&gt;as shown below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217202_1.PNG" style="height: 256px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93007#M752912</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-31T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93008#M752913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am testing the MTD to get the previous month YTD, so that I can subtract that with the current month YTD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93008#M752913</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-31T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93009#M752915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check attached.... you don't need set analysis here... but &lt;A href="https://community.qlik.com/docs/DOC-14624"&gt;Inter-Record Functions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93009#M752915</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-31T14:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93010#M752917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thank you &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ for the information. This is what I am looking for&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93010#M752917</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-31T14:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93011#M752918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ when we use Above() here it is calculating per row basis (current row minus previous row) not considering the project numbers and country selected. Any idea on how to avoid this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="217232" alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217232_1.PNG" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 17:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93011#M752918</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-10-31T17:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93012#M752919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share this in a qvw file and also make sure to provide the expected output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 10:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93012#M752919</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T10:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93013#M752920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ Since this thread has been closed I have created another question. Please find the link here &lt;A href="https://community.qlik.com/message/1566524"&gt;Calculate current month YTD minus previous month YTD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 14:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93013#M752920</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-11-01T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Current month Value minus Previous month Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93014#M752921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, looking at that now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 14:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Current-month-Value-minus-Previous-month-Value/m-p/93014#M752921</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T14:51:32Z</dc:date>
    </item>
  </channel>
</rss>

