<?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: Aggr and Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131963#M521472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This code works!&amp;nbsp; &lt;A _jive_internal="true" data-containerid="2588" data-containertype="37" data-objectid="4418" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/10/05/pitfalls-of-the-aggr-function"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-family: Helvetica;"&gt;Pitfalls of the Aggr function&lt;/SPAN&gt;&lt;/A&gt; describes the combination of two dimensions.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; {&amp;lt; Flag Rolling Months={1} &amp;gt;} &lt;/SPAN&gt;aggr(_Amount_Fields),Field_Number,MonthYear))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Everybody thanks for helping me!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 08:44:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-09T08:44:17Z</dc:date>
    <item>
      <title>Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131954#M521463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will somebody help me with the following situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each contract I want to have the sum of the contract value --&amp;gt;&amp;nbsp; sum(aggr(_Amount_Fields),Field_Number)&lt;/P&gt;&lt;P&gt;This sum of contract value I want to present it cumulative in time (from current month till future months) with: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; Flag Rolling Months={1}&amp;gt;}0.0000000001)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Sum(aggr( {&amp;lt; Flag Rolling Months={1} &amp;gt;} _Amount_Fields),Field_Number)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; What is the right way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example values:&lt;/P&gt;&lt;P&gt;June:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15.000&lt;/P&gt;&lt;P&gt;August:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.000&lt;/P&gt;&lt;P&gt;December: 2.000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end result will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="54" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 536px; height: 51px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;June&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;July&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Aug&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sept&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Oct&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Nov&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dec&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;15.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20.000 (+5.000)&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22.000 (+2.000)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 09:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131954#M521463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T09:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131955#M521464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must have an agregation expression inside your AGGR() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; {&amp;lt; Flag Rolling Months={1} &amp;gt;} &lt;/SPAN&gt;aggr(sum(&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; {&amp;lt; Flag Rolling Months={1} &amp;gt;} &lt;/SPAN&gt;_Amount_Fields),Field_Number))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I recommed this post: &lt;A href="https://community.qlik.com/qlik-blogpost/4669"&gt;Set Analysis in the Aggr function&lt;/A&gt; and this &lt;A href="https://community.qlik.com/qlik-blogpost/4418"&gt;Pitfalls of the Aggr function&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 11:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131955#M521464</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-06T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131956#M521465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neither Aggr() nor set analysis are required to do this. Do you want to this in the front end or in script? In the front end, something like this expression in a table with month as the dimension:&lt;/P&gt;&lt;P&gt;=RangeSum(Above(Sum(_Amount_Fields), 0, Rowno()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 11:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131956#M521465</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-06T11:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131957#M521466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your fast reply! This is the result of your solution. How can I present the 15.000 also in the coming months Dec 2017 till dec 2018? &lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126939_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131957#M521466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131958#M521467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your fast reply. This is the result of your solution. In this example I have 15.000 in November 2017. From this period I want to present the 15.000 in the coming months Dec 2017 till dec 2018? How can I do this?&lt;/P&gt;&lt;P&gt;A solution in script is also welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126940_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131958#M521467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131959#M521468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be easier if you share a sample of your app&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131959#M521468</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-06T12:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131960#M521469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seeing that you have miltipe dimensions, you will get better results with &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;=RangeSum(Above(&lt;STRONG&gt;total&lt;/STRONG&gt; Sum(_Amount_Fields), 0, Rowno()))&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;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=RangeSum(&lt;STRONG&gt;Before&lt;/STRONG&gt;(total Sum(_Amount_Fields), 0, Colno()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131960#M521469</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-06T12:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131961#M521470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enza, can you try this expression?:&lt;/P&gt;&lt;P&gt;If(RowNo()=1,&lt;/P&gt;&lt;P&gt;RangeSum(Before(Sum(&lt;EM&gt;[&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;_Amount_Fields&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/SPAN&gt;), 0, ColumnNo())),&lt;/P&gt;&lt;P&gt;Above(Last(RangeSum(Before(Sum(&lt;EM&gt;[&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;_Amount_Fields&lt;/SPAN&gt;]&lt;/EM&gt;), 0, ColumnNo())))) +&amp;nbsp; RangeSum(Before(Sum(&lt;EM&gt;[&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;_Amount_Fields&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/SPAN&gt;), 0, ColumnNo()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;To manage more than 2 years rows:&lt;/P&gt;&lt;P&gt;If(RowNo()=1,&lt;/P&gt;&lt;P&gt; RangeSum(Before(Sum(V), 0, ColumnNo())),&lt;/P&gt;&lt;P&gt; RangeSum(Above(Last(RangeSum(Before(Sum(V), 0, ColumnNo()))), 1, RowNo())) +&amp;nbsp; RangeSum(Before(Sum(V), 0, ColumnNo()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131961#M521470</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-06-06T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131962#M521471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/enzazaden"&gt;enzazaden&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;i&amp;nbsp; think the problem is that you are using a pivot table and switching the places of the dimensions year and month,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the problem is the rowno() function that when switching the dimension places &lt;/SPAN&gt;changed&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; her value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(if you add an expression with rowno() in it you will see that it returns unexpected values not like 1,2,3...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i believe that the solution is to &lt;/SPAN&gt;&lt;STRONG&gt;build a new table&lt;/STRONG&gt; using &lt;STRONG&gt;group by&lt;/STRONG&gt; and &lt;STRONG&gt;order by&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; year and month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you can provide a sample data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ido. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131962#M521471</guid>
      <dc:creator>idogridish2</dc:creator>
      <dc:date>2016-06-06T13:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131963#M521472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This code works!&amp;nbsp; &lt;A _jive_internal="true" data-containerid="2588" data-containertype="37" data-objectid="4418" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/10/05/pitfalls-of-the-aggr-function"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-family: Helvetica;"&gt;Pitfalls of the Aggr function&lt;/SPAN&gt;&lt;/A&gt; describes the combination of two dimensions.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; {&amp;lt; Flag Rolling Months={1} &amp;gt;} &lt;/SPAN&gt;aggr(_Amount_Fields),Field_Number,MonthYear))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Everybody thanks for helping me!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-Set-analysis/m-p/1131963#M521472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T08:44:17Z</dc:date>
    </item>
  </channel>
</rss>

