<?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 Month vs Previous Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250802#M855724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can but it can be tricky at times to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another application of above() with Rangesum(), for accumulation of values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2787"&gt;Accumulative Sums&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2017 12:40:43 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-02-10T12:40:43Z</dc:date>
    <item>
      <title>current Month vs Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250798#M855720</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've attached an app. See &lt;STRONG&gt;Sheet 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table &lt;STRONG&gt;Current vs Previous&lt;/STRONG&gt;, I want to show the Sum of Values for the current month in one column and the Sum of Value for previous Month in another column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Showing only the month in column 2 and 3, I can show current month and its previous month, but when it comes to the Sum of values, I can't show the correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably something wrong in my set analysis expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I want to achieve:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="correcttable.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152743_correcttable.png" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sílvia&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/current-Month-vs-Previous-Month/m-p/1250798#M855720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: current Month vs Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250799#M855721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expressions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Current Month&lt;/P&gt;&lt;P&gt;Sum(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PreviousMonth&lt;/P&gt;&lt;P&gt;Above(&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Value)&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250799#M855721</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-10T12:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: current Month vs Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250800#M855722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used for Max MonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthYear = {"$(=Max(MonthYear))"}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Previous MonthYear i used this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthYear = {"$(=Date(Max(MonthYear)-1,'MMM-YYYY'))"}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Image looks like this, Is this you are expecting to see&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152758_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250800#M855722</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T12:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: current Month vs Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250801#M855723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vineeth, it works &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;By the way, If I add a column that corresponds to the difference between the two values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CurrentMonth - PreviousMonth: Sum(Value) - Above(Sum(Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a line char with only this new calcultaion it works too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Above() function, can&amp;nbsp; it be used in all types of charts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sílvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250801#M855723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-10T12:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: current Month vs Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250802#M855724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can but it can be tricky at times to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another application of above() with Rangesum(), for accumulation of values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2787"&gt;Accumulative Sums&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250802#M855724</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-10T12:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: current Month vs Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250803#M855725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question:&lt;/P&gt;&lt;P&gt;I want that regardless the selection I made in MonthYear, it always shows all values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean keep the table static, regardless all dimensions that are associated with dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only need to add that to the set analysis ?&lt;/P&gt;&lt;P&gt;Like MonthYear=, Year=, Date=... &lt;SPAN style="font-size: 13.3333px;"&gt;Like this ?&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250803#M855725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-10T12:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: current Month vs Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250804#M855726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct, should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 13:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-Month-vs-Previous-Month/m-p/1250804#M855726</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-10T13:01:46Z</dc:date>
    </item>
  </channel>
</rss>

