<?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 Using Set Analysis to get 13 months back Sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167458#M39015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;@Robinson&lt;BR /&gt;I tried it, but with no result... I have to get month name in Bulgarian as final result. I mean that I have to get month number first so I can get previous month number and then turn back to Month name, and all Month names are stored in cyrillic... I'm afraid this gets too confusing...&lt;BR /&gt;&lt;BR /&gt;@Miguel&lt;BR /&gt;That's the simplest solution, but my application is huge and the reload takes up to 8 hours, so tests take days. I was hoping for there to be a function that can get element in an array. Month names are stored in an array, so if there is such function I can get the element number (index) and make my calculations with it... Is there such a function?&lt;BR /&gt;&lt;BR /&gt;@Huberto&lt;BR /&gt;My application is huge (2Gb) and contains business sensitive data, so there is no way to upload it, but thanks for you trying to help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2009 12:51:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-27T12:51:54Z</dc:date>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167450#M39007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm new to QlikView and I will be really grateful if there is anyone who could (and is willing to) help me.&lt;/P&gt;&lt;P&gt;I'm trying to get the sales for a selected month compared to those made 13 months ago... Lets say the selected month is March 2009, I need a column representing the sales for February 2008. To accomplish this I'm using such an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;Sum({&amp;lt;Year={$(=Only(Year)-1)}, Month={$(=Only(Month)-1)}&amp;gt;} Sales)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I guess the problem is that the Month names are string values and may be that's the reason for not being able to extract 1 (Month-1) to get previous month name.&lt;/P&gt;&lt;P&gt;In the loading script I have this line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;SET MonthNames='??????;????????;????;?????;???;???;???;??????;?????????;????????;???????;????????';&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;(These are months names in Bulgarian)&lt;/P&gt;&lt;P&gt;and I guess all Month numbers are stored just like names, so I don't know how to get their number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your advise will be greatly appreciated&lt;/P&gt;&lt;P&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 20:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167450#M39007</guid>
      <dc:creator />
      <dc:date>2009-11-26T20:59:41Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167451#M39008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I'm during the reload, so I can't check my script.&lt;/P&gt;&lt;P&gt;In script you have got MonthNames, so why don't you put the MonthNumber&lt;/P&gt;&lt;P&gt;It shuold simplify your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 21:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167451#M39008</guid>
      <dc:creator />
      <dc:date>2009-11-26T21:25:43Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167452#M39009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magda,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion, that was my first suggestion too and it will truly simplify my work as a developer, but in my company there are 100s of QV users whose work will be troubled, so I will try to achieve my goal without having to change MonthNames to numbers at first... but will come back to that solution if nothing else helps.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 22:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167452#M39009</guid>
      <dc:creator />
      <dc:date>2009-11-26T22:07:43Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167453#M39010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try to use function MonthName in your set analysis instead of Month? Is your data source having month names in cyrillic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 22:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167453#M39010</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-11-26T22:33:17Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167454#M39011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, all month names are in cyrillic, that's why i cant use MonthName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 01:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167454#M39011</guid>
      <dc:creator />
      <dc:date>2009-11-27T01:13:57Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167455#M39012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use a Month only the respective month number is selected. For this you will have to create a month number field {num(month(date))}.&lt;BR /&gt;Now try using this month number with month in the set analysis code you have used.&lt;/P&gt;&lt;P&gt;I feel it should work fine...I have'nt tried it. I also feel users will not face a problem because of this. You are changing only the code but nothing from the front end. Making a copy of the application and trying it will be a better idea.&lt;BR /&gt;Will let you know if this works, soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 02:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167455#M39012</guid>
      <dc:creator />
      <dc:date>2009-11-27T02:05:15Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167456#M39013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you load your month names into a table and then you reference them using peek()? That would allow you to keep your names as they are without bothering other users, and you can easily get the month number to get the correspondence with the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 04:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167456#M39013</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-11-27T04:14:26Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167457#M39014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Hello Maya.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;I wonder if you could post your application to be analysed.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;I have a suggestion but I'd like to look your application to be more effective.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Thanks.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Huberto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 05:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167457#M39014</guid>
      <dc:creator />
      <dc:date>2009-11-27T05:29:06Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167458#M39015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;@Robinson&lt;BR /&gt;I tried it, but with no result... I have to get month name in Bulgarian as final result. I mean that I have to get month number first so I can get previous month number and then turn back to Month name, and all Month names are stored in cyrillic... I'm afraid this gets too confusing...&lt;BR /&gt;&lt;BR /&gt;@Miguel&lt;BR /&gt;That's the simplest solution, but my application is huge and the reload takes up to 8 hours, so tests take days. I was hoping for there to be a function that can get element in an array. Month names are stored in an array, so if there is such function I can get the element number (index) and make my calculations with it... Is there such a function?&lt;BR /&gt;&lt;BR /&gt;@Huberto&lt;BR /&gt;My application is huge (2Gb) and contains business sensitive data, so there is no way to upload it, but thanks for you trying to help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 12:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167458#M39015</guid>
      <dc:creator />
      <dc:date>2009-11-27T12:51:54Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167459#M39016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Maya,&lt;/P&gt;&lt;P&gt;You can use a code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=SubField(MonthNamesInRoman, ';', Month(Date()))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Where MonthNamesInRoman is a variable like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET MonthNamesInRoman='jan;feb;mar;apr;may;jun;jul;aug;sep;oct;nov;dec';&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;or whatever the names you want to use with names in roman characters and Month(Date()) my test to get the month number. I think that month number is not a problem as you can get it always by doing Month(timestamp). Anyway, let me know.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 15:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167459#M39016</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-11-27T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167460#M39017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maya.&lt;/P&gt;&lt;P&gt;I developed an example to help you. So, let's go there. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;1. I created a variable where you can specify how many months you would like to return;&lt;BR /&gt;2. This variable was used inside the expression to make flexible your application;&lt;BR /&gt;3. To return several months you can use the function addmonths.&lt;/P&gt;&lt;P&gt;These are the main points and the complete expression is what you can see ahead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sum( {$&amp;lt; Year = {$(=year(addmonths(makedate(max(Year), max(Month), 1), -$(MonthsToReturn))))},&lt;BR /&gt;Month = {$(=month(addmonths(makedate(max(Year), max(Month), 1), -$(MonthsToReturn))))}&amp;gt;} [Sales Amount])&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Give a look in the application. In the first column you can see the Sales of the selected month (this is your reference to return 13 months) and, in the second column are showed the Sales of 13 months before.&lt;BR /&gt;Use the variable at the left side to increase or decrease the number of months.&lt;/P&gt;&lt;P&gt;I guess your calendar should not be a problem in this way. I hope so.&lt;/P&gt;&lt;P&gt;Let me know if it works. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Huberto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 18:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167460#M39017</guid>
      <dc:creator />
      <dc:date>2009-11-27T18:10:40Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167461#M39018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help. I solved the puzzle thanks to your advices. The final expression is:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;Year={$(#=Only(if(Month=1,Year-1,Year))-1)}, Month={$(=only(subfield (MonthNames,';',if(Month=1,12,Month-1))))}&amp;gt;}Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;but I would never had come to that without your help. &lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Maya&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 18:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167461#M39018</guid>
      <dc:creator />
      <dc:date>2009-11-27T18:53:50Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167462#M39019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Huberto,&lt;/P&gt;&lt;P&gt;Thanks for the application, it might appear to be useful for solving some other issues in the near future, as I'm still learning (my first "contact" with QV was 3 weeks ago).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 19:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167462#M39019</guid>
      <dc:creator />
      <dc:date>2009-11-27T19:00:40Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167463#M39020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maya.&lt;/P&gt;&lt;P&gt;I'd like to know if you tried my suggestion in your application.&lt;/P&gt;&lt;P&gt;It's just for curiosity because the month names are different and I'd like to know if they affect the expression that I proposed.&lt;/P&gt;&lt;P&gt;And, you're welcome. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Huberto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 19:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167463#M39020</guid>
      <dc:creator />
      <dc:date>2009-11-27T19:32:04Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167464#M39021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Huberto,&lt;/P&gt;&lt;P&gt;I have not tried it yet, but what I've tried was max(Month) and returns a number despite my month names being stored as cyrillic names. Next time I have issues with months and years I will have your advice and application in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 19:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167464#M39021</guid>
      <dc:creator />
      <dc:date>2009-11-27T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Using Set Analysis to get 13 months back Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167465#M39022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Hi Maya.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;I was reading your post again and thinking about it. I guess I understood the problem caused by your month names. So, I changed my example to use your calendar (cyrillic names).&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;I'm attaching the new file for you to give a look. Just to think…&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Huberto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 00:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis-to-get-13-months-back-Sales/m-p/167465#M39022</guid>
      <dc:creator />
      <dc:date>2009-12-09T00:49:07Z</dc:date>
    </item>
  </channel>
</rss>

