<?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 + previous month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112964#M600926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Sum( &lt;/SPAN&gt;{ &amp;lt; Monat = {"Month(AddMonths(Today(),-1)) "} &amp;gt; } Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Monat = month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"=month(AddMonths(Today(),-1))" as single expression in a text object works fine, QlikVeiw shows "Aug".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2018 11:06:58 GMT</pubDate>
    <dc:creator>jakobjosef</dc:creator>
    <dc:date>2018-09-27T11:06:58Z</dc:date>
    <item>
      <title>Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112961#M600923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does someone know how to show &lt;SPAN style="text-decoration: underline;"&gt;sales of the previous month&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a text object, i would like to show how much sales increased compared to the month before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if my sales were like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;July: 100&lt;/P&gt;&lt;P&gt;August: 110&lt;/P&gt;&lt;P&gt;September: 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Then my text object should show in September: 10 % (110/100 -1) (because sales increase from July to August for 10 %)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and in October: 36 % (150/110 -1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope there is a simple solution, i could not manage to find a solution in different threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fyi: I know that "&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-1)) &lt;/SPAN&gt;" Shows the last month, but how can I ad a&amp;nbsp; value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112961#M600923</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-26T14:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112962#M600924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Month = {"$(=max(Month))"}&amp;gt;} Sales) / sum({&amp;lt; Month = {"$(=max(Month)-1)"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Month = {"$(=max(Month)-1)"}&amp;gt;} Sales) / sum({&amp;lt; Month = {"$(=max(Month)-2)"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisite for it is that Month is numeric - if not you shoud create such numeric month-field within your master-calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112962#M600924</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-26T14:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112963#M600925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your help and your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it doesn't work yet and i dont know why. My month-field are numeric (for example if I create a text box with "=Month(today())-1", qlikView writes "8" which is right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is because of the fact that my master calender has maxDate 2020?&lt;BR /&gt;Just fyi - there are just sales until the current month, so regarding sales the max.month should be the actual one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't work because of maxDate 2020, is there a set analysis which works with the function "today()"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112963#M600925</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T10:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112964#M600926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Sum( &lt;/SPAN&gt;{ &amp;lt; Monat = {"Month(AddMonths(Today(),-1)) "} &amp;gt; } Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Monat = month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"=month(AddMonths(Today(),-1))" as single expression in a text object works fine, QlikVeiw shows "Aug".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112964#M600926</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T11:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112965#M600927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you put a filter box on your view using the dimension Month, what does it show you? The 3 letter names of Months or numbers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mostly make use of variables in Set Analysis for previous months/years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vPreviousMonth = Month(Today())-1&lt;/P&gt;&lt;P&gt;vPrevious2Month = Month(Today())-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month={'$(=$(vPreviousMonth))'}&amp;gt;}Sales)/&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Month={'$(=$(vPrevious2Month))'}&amp;gt;}Sales)&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Though you should watchout with a measure like this, 'cause it's likely that it won't work in the first two months of the year.&lt;/P&gt;&lt;P&gt;Another thought is that this is all static, so it will only show the rise of last month compared to the second last month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112965#M600927</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-27T11:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112966#M600928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you perhaps have a YYYYMM type field in the calendar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112966#M600928</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-09-27T11:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112967#M600929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With "=Month(today())-1" you are not testing your month-field. For the above mentioned approach you need a pure number. If for example your month-field is created with: month(DateField) it will probably (depending on your used standard-variables) return 'Jan' for the 01.01.2018 and if you check the numerical value of it you will get 1 and it is therefore a dual-value which has both a string-representation and numerical value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is only applicable within a set analysis if you used &amp;gt;= or &amp;lt;= as comparing-method to enforce a numerical matching. By using just = the comparing will be applied on the string-representation and a match of 'Jan' = 1 will fail and this will happens if you applies any kind of calculation on your Month. Means if you calculate with the fieldvalue of 'Feb' - 1 you won't get 'Jan' else 1. Beside this you won't fetch with this approach a turn of the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conclusion of it is that each kind of matching/calculating should be done only with pure numbers otherwise you will need more or less efforts to handle the formatting-stuff (means more efforts without any added value). The easiest way is mostly just to create all versions of your needed period-fields within the master-calendar like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;month(Date) as Month,&lt;/P&gt;&lt;P&gt;num(month(Date)) as MonthNum,&lt;/P&gt;&lt;P&gt;autonumber(year(Date) &amp;amp; month(Date)) as YearMonthContinuousNum, // by a sorted generation of the calendar&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you could use the *Num fields within your calculations and even you used the field Month to select your values the numerical fields will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: the autonumber here is a possible turn of the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112967#M600929</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-27T11:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112968#M600930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your hint regarding the use of variables for this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question:&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;if I create a text object wih "=month(AddMonths(Today(),-1))", then QlikView shows "Aug" (also when august is activated in month-listbox)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I use the variable like you have shown me, QlikView shows "8".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep on trying - and I ll let you know it I got a solution, but thank you very much so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112968#M600930</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T11:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112969#M600931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I think so - so do I have to write "Num(...)" everythime I am using date, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112969#M600931</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112970#M600932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your explaination, I am going to try to fix my Problem like you told me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also I know that there is still a lot to learn for me concerning QlikViews Set Analysis, but thank you very much so far, i really appreciate to get help in this community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112970#M600932</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T11:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112971#M600933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to this, as Marcus suggested, in your Master Calendar table, I'd suggest you make a Month field, which contains the month as text, and a MonthNum field, which contains the month as number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's easier to compare to a number than text &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I may ask, why would you want to show the growth in a text object and not a table?&lt;/P&gt;&lt;P&gt;And how many months do you want to show?&lt;/P&gt;&lt;P&gt;What's your expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112971#M600933</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-27T11:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112972#M600934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok good to know, thank you &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;And of course you can ask -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This text object is just for a very quick summary - to see the growth of sales in %, compared to the month before. A table would be too much Information - as everyone says - keep it short and simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expected Output is a number in % which shows the growth-rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If there is a easier solution, please tell me &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;Greetings&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 12:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112972#M600934</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T12:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112973#M600935</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; font-size: 13px;"&gt;&lt;STRONG&gt;My expected Output is a number in % which shows the growth-rate.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;So you want to show the growth rate based on the two previous months in the current month?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;So today, you would show the growth rate from August vs July.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next week, in October, you would show the growth rate from September vs August?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Just that one value?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 12:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112973#M600935</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-27T12:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112974#M600936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 12:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112974#M600936</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112975#M600937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And how would you handle the growth rate for a new year? Do you check the growth rate of December vs November in January?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 12:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112975#M600937</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-27T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112976#M600938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;I already thought that this would cause technical challenges, but if it would not work for 1 month it wouldnt be a major problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 12:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112976#M600938</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-27T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + previous month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112977#M600939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be a bit too much for the purpose of it, but try the following.&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;vPreviousMonth = If(Month(Today())=1,12,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Today())-1)&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;vPrevious2Month = If(Month(Today())=1,11,If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Today())=2,12,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Today())-2))&lt;/SPAN&gt;&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;vCalcYear = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Month(Today())=1,Year(Today())-1,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year(Today()))&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;vCalc2Year = If(Month(Today())=1 OR &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;Month(Today())=2, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year(Today())-1,&lt;/SPAN&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;Year(Today()))&lt;/STRONG&gt;&lt;/SPAN&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;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;And then the measure:&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;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Month={'$(=$(vPreviousMonth))'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year={'$(=$(vCalcYear))'}&lt;/SPAN&gt;&amp;gt;}Sales)&lt;/STRONG&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;SPAN style="; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;/&lt;/STRONG&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Month={'$(=$(vPrevious2Month))'},Y&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ear={'$(=$(vCalc2Year))'}&lt;/SPAN&gt;&amp;gt;}Sales)&lt;/STRONG&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This would just continue comparing the two previous months over the years.&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But to be really thorough, you'd have to do the following:&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;If(Sum({&amp;lt;Month={'$(=$(vPreviousMonth))'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year={'$(=$(vCalcYear))'}&lt;/SPAN&gt;&amp;gt;}Sales)&lt;/STRONG&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;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;= Sum({&amp;lt;Month={'$(=$(vPrevious2Month))'},Y&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ear={'$(=$(vCalc2Year))'}&lt;/SPAN&gt;&amp;gt;}Sales),&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;SPAN style="; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Sum({&amp;lt;Month={'$(=$(vPreviousMonth))'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year={'$(=$(vCalcYear))'}&lt;/SPAN&gt;&amp;gt;}Sales)&lt;/STRONG&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;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;SPAN style="; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Month={'$(=$(vPrevious2Month))'},Y&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ear={'$(=$(vCalc2Year))'}&lt;/SPAN&gt;&amp;gt;}Sales)),&lt;/STRONG&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;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1+ &lt;/SPAN&gt;(Sum({&amp;lt;Month={'$(=$(vPreviousMonth))'},Year={'$(=$(vCalcYear))'}&amp;gt;}Sales)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Month={'$(=$(vPrevious2Month))'},Y&lt;SPAN style="font-size: 13.3333px;"&gt;ear={'$(=$(vCalc2Year))'}&lt;/SPAN&gt;&amp;gt;}Sales)))&lt;/STRONG&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;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;This would give you a positive percentage if your growth rate is &amp;gt;= 0 else it would give you a negative percentage, because you have dropped a certain percentage compared to the month before.&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 13:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-previous-month/m-p/112977#M600939</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-27T13:01:54Z</dc:date>
    </item>
  </channel>
</rss>

