<?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: R12 set analysis problem incorrect values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558872#M208609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert, the result of &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Year(TempDate)-1)*12+Num(Month(TempDate)) as MC_YearMonthID&lt;/STRONG&gt;&amp;nbsp; aren't 201401, 201402....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made calculations, and returns values like 24145 for 2014/Jan. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 13:58:08 GMT</pubDate>
    <dc:creator>sebastiandperei</dc:creator>
    <dc:date>2014-01-17T13:58:08Z</dc:date>
    <item>
      <title>R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558864#M208601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm stuck here. Any suggestions? Trying to create a R12 based on the guide here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/" title="http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/"&gt;The Magic of Set Analysis – Point In Time Reporting | iQlik - Everything QlikView.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine getting previous months, any month:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{$&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_YearMonthID={$(=Max(MC_YearMonthID)-1)}, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Year=, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Quarter=, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Month=, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_YearMonthDate=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;} &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A YTD calculation as well:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{$&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_YearMonthID={"&amp;lt;=$(=Max(MC_YearMonthID))"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Year = {$(=Max(MC_Year))},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Quarter=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Month=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Week=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_YearMonthDate= &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;} &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this R12 gives me far to small numbers:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{$&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_YearMonthID={"&amp;gt;=$(=Max(MC_YearMonthID)–11)&amp;lt;=$(=Max(MC_YearMonthID))"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Year=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Quarter=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Month=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_Week=,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MC_YearMonthDate=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;} &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody that sees any syntax problems?&lt;/P&gt;&lt;P&gt;I use a master calendar with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; TempDate As MC_YearMonthDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Week(TempDate) As MC_Week,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Year(TempDate) As MC_Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Month(TempDate) As MC_Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ApplyMap('QuartersMap', month(TempDate), Null()) as MC_Quarter,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; (Year(TempDate)-1)*12+Num(Month(TempDate)) as MC_YearMonthID&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 21:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558864#M208601</guid>
      <dc:creator />
      <dc:date>2014-01-06T21:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558865#M208602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hakan I cant see anything immediate but what happens when you put the expressions &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(=Max(MC_YearMonthID)–11)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(=Max(MC_YearMonthID))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;into variables, and using the variables in the set analysis instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 23:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558865#M208602</guid>
      <dc:creator />
      <dc:date>2014-01-09T23:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558866#M208603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Erica!&lt;/P&gt;&lt;P&gt;The syntax seems correct so I will use your suggestion and test with variables. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558866#M208603</guid>
      <dc:creator />
      <dc:date>2014-01-16T07:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558867#M208604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558867#M208604</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-16T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558868#M208605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;edit: never mind.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I think the problem is how you create MC_YearMonthID:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: line-through;"&gt;&lt;STRONG&gt;(Year(TempDate)-1)*100+Num(Month(TempDate)) as MC_YearMonthID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;You will get values like 201401. What you get if you subtract 11 from that is 201390... which won't map to any real month and dates. So you get results that are too small.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;You can use the autonumber function instead:&lt;EM&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;autonumber(monthstart(TempDate),'MonthCounter') as MC_YearMonthID.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Note: for this to work the dates in your master calendar need to be ordered chronologically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To make things easier you could also use the qvc script library to generate your calendars. It will generate fields like above automatically and also a lot of very useful set modifiers for use in your set analysis expressions. See this discussion: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/66717" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Tutorial - Using Common Date Dimensions and Shared Calendars&lt;/A&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558868#M208605</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-01-16T08:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558869#M208606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Hakan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 12:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558869#M208606</guid>
      <dc:creator />
      <dc:date>2014-01-16T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558870#M208607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not so well.&lt;/P&gt;&lt;P&gt;Can't get it right putting set expression in a variable.&lt;/P&gt;&lt;P&gt;Not like this at least:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMinusEleven = {"=$(=Max(MC_YearMonthID)–11))"};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried a few more variants.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 10:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558870#M208607</guid>
      <dc:creator />
      <dc:date>2014-01-17T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558871#M208608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I know the reason. The original date field exists for the full year 2014.&lt;/P&gt;&lt;P&gt;Therefore I get last month of 2014 from:&lt;/P&gt;&lt;P&gt;MC_YearMonthID={$(=Max(MC_YearMonthID))}&lt;/P&gt;&lt;P&gt;R12 numbers then get quite smaller than expected, only sales figures for one month so far this year. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;What would you suggest to do?&lt;/P&gt;&lt;P&gt;Modify master calendar so it maxes out in current date or modify set analysis selectors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateLinkTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;YearMonthDay,&lt;/P&gt;&lt;P&gt;Date(Date#((YearMonthDay),'YYYYMMDD'),'YYYY-MM-DD') as&lt;/P&gt;&lt;P&gt;MC_YearMonthDate Resident LinkTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 13:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558871#M208608</guid>
      <dc:creator />
      <dc:date>2014-01-17T13:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558872#M208609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert, the result of &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Year(TempDate)-1)*12+Num(Month(TempDate)) as MC_YearMonthID&lt;/STRONG&gt;&amp;nbsp; aren't 201401, 201402....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made calculations, and returns values like 24145 for 2014/Jan. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 13:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558872#M208609</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2014-01-17T13:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558873#M208610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hakan, could you send a qvw sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but i can't understand your last message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 14:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558873#M208610</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2014-01-17T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558874#M208611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I now get correct R12 numbers for full year, like 2013.&lt;/P&gt;&lt;P&gt;For 2014 it does not work.&lt;/P&gt;&lt;P&gt;Also, I get correct number in a text box but when splitting over months numbers also split - how to get correct R12 in a year table with month as dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't down-size the application so I have added it as a DropBox download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.dropbox.com/s/4yaf6we4ispfue0/FsgAnalys%20-%20Test%20R12%20Sample.zip"&gt;https://www.dropbox.com/s/4yaf6we4ispfue0/FsgAnalys%20-%20Test%20R12%20Sample.zip&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558874#M208611</guid>
      <dc:creator />
      <dc:date>2014-01-17T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558875#M208612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you reduce?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 19:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558875#M208612</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2014-01-21T19:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558876#M208613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, here it is. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558876#M208613</guid>
      <dc:creator />
      <dc:date>2014-01-22T06:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558877#M208614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The figure 2417588,17189 that you see in your text box (that says, 'R12Sales Working') is actually, 2417588.17189.&lt;/P&gt;&lt;P&gt;Your decimal separator is ',' (comma), you can correct it in number tab.&amp;nbsp; Does it clarify? Or, am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558877#M208614</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-22T06:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: R12 set analysis problem incorrect values</title>
      <link>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558878#M208615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, the number is correct as an R12 for 2014 december. It is here my problem is - I have a 'full' year from my linked table no matter what year I look at. It is the way this application was designed once. So max('2014') is december. I need to handle current year in my R12 so that I have a 'max' month as current month if year is current year. Does this makes sense? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second problem is something different. If I use set analysis as above for R12 in a text box for any month in 2013 or earlier I do get a correct R12. But when using month as dimension in a chart box they are split. Please see qvw-file. How do I get a correct R12 here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R12-set-analysis-problem-incorrect-values/m-p/558878#M208615</guid>
      <dc:creator />
      <dc:date>2014-01-22T06:51:41Z</dc:date>
    </item>
  </channel>
</rss>

