<?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 Aggr Nested in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216145#M500899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl ... I am really sorry but I can not ... I have not got a good way of presenting a 'secure' version of the data as we have quite strict confidentiality.&lt;/P&gt;&lt;P&gt;I will try and add year to the grouping but I still come back to why it works on the selected year and not the selected year -1 ... I find that really odd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help though in the meantime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Feb 2011 17:40:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-17T17:40:35Z</dc:date>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216128#M500880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple example but I am stuck ...&lt;/P&gt;&lt;P&gt;Previous Year&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;ActivityStartYear={$(=Only(ActivityStartYear)-1)}&amp;gt;}aggr(ApprovedPC, ActivityID)) is not returning any results&lt;/P&gt;&lt;P&gt;Selected Year&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;ActivityStartYear={$(=Only(ActivityStartYear))}&amp;gt;}aggr(ApprovedPC, ActivityID)) ... &lt;B&gt;is&lt;/B&gt; ... &lt;I&gt;the difference being the -1&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Basically I am trying to do a simple year on year table but need to aggregate the results by ActivityID before summing the value.&lt;/P&gt;&lt;P&gt;Could anyone explain why it fails on previous year but selected year is OK?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216128#M500880</guid>
      <dc:creator />
      <dc:date>2011-02-14T17:16:56Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216129#M500881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee - try sticking the expressions to determine your year into a variable and then substitute into the set analysis expression.&lt;/P&gt;&lt;P&gt;Let me know if this doesn't make any sense.&lt;/P&gt;&lt;P&gt;-Isaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216129#M500881</guid>
      <dc:creator>isaiah82</dc:creator>
      <dc:date>2011-02-14T17:24:54Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216130#M500882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put your Previous Year into an expression, but don't give it a label. When the chart is rendered, the label will be the Set Analysis expression with the dollar sign expansion evaluated. I don't see an obvious reason as why the Selected Year would work, but the previous would not. You are making a selection when using the previous year expression, correct?&lt;/P&gt;&lt;P&gt;I would also try to put the Aggr() outside of the Sum(). I don't know if it matters in this instance though. It may be worth a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216130#M500882</guid>
      <dc:creator />
      <dc:date>2011-02-14T17:37:55Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216131#M500883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;@Isaiah - Using a variable for both previous and selected year has got them both calculating but the -1 is being ignore, so they are now both calculating the selected year ... it now looks like this ...&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;vPreviousYear={$(=Only(vPreviousYear))}&amp;gt;}aggr(ApprovedPC, ActivityID))&lt;/P&gt;&lt;P&gt;@NMiller - thanks for idea ... the AGGR is pretty crucial to getting the value correct ... the selected year is correct it just won't calculate the year ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However - I have a dynamic label on the previous year column and that is working fine ...&lt;/P&gt;&lt;P&gt;='Previous Year - ' &amp;amp; $(vPreviousYear)&lt;/P&gt;&lt;P&gt;So it is something to do with calculating the previous year and the AGGR ... or so it would seem ... might be off course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216131#M500883</guid>
      <dc:creator />
      <dc:date>2011-02-14T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216132#M500884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure where the Set Analysis is being calculated. When the Aggr() is on the outside, it means Sum according to this logic, while aggregating by Activity ID. When the Aggr is inside, it is Aggregating by Activity ID and then summing according to the logic.&lt;/P&gt;&lt;P&gt;The problem seems to come from your -1, with all else being equal. You need to make sure your dollar sign expansion is returning a value for the previous year and then look into the Aggr().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216132#M500884</guid>
      <dc:creator />
      <dc:date>2011-02-14T17:58:53Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216133#M500885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah ... I think the AGGR() is causing the SET to not evaluate correctly ... because hardcoding the different years in is not making a difference ...&lt;/P&gt;&lt;P&gt;Not too sure how to get round that ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 18:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216133#M500885</guid>
      <dc:creator />
      <dc:date>2011-02-14T18:24:37Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216134#M500886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lee,&lt;/P&gt;&lt;P&gt;When you do a aggr(ApprovedPC,ActivityID) it is like doing a aggr(only(ApprovedPC,ActivityID). I'm not sure why you would do that because it returns null if a ActivityID has more than 1 unique value, but maybe that is necessary in your case, so try the following:&lt;/P&gt;&lt;P&gt;Sum(aggr(only({$&amp;lt;ActivityStartYear={$(=Only(ActivityStartYear)-1)}&amp;gt;} ApprovedPC), ActivityID))&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 18:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216134#M500886</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-02-14T18:41:36Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216135#M500887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, I'll suggest changing the order of functions.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;aggr(Sum({$&amp;lt;ActivityStartYear={$(=Only(ActivityStartYear)-1)}&amp;gt;} ApprovedPC), ActivityID)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 19:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216135#M500887</guid>
      <dc:creator />
      <dc:date>2011-02-14T19:31:51Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216136#M500888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;Thanks for the pointer ... I always viewed AGGR() as similar to Group By in SQL ... such that if your data is a flat file you could return the unique value for something by its dimension ... in my case ... ApprovedPC will be unique per ActivityID but due to other related data there are multiple records in the table.&lt;/P&gt;&lt;P&gt;I am afraid however that the syntax just returns 0 ... in other scenarios an expression such as sum(aggr(ApprovedPC, ActivityID)) is working fine and calculating correctly so I think I have the AGGR concept right for the data structure ... just can't get it working in tandem with the sets.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 09:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216136#M500888</guid>
      <dc:creator />
      <dc:date>2011-02-15T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216137#M500889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@NMiller - nope ... just returns a missing value ... does not evaluate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 09:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216137#M500889</guid>
      <dc:creator />
      <dc:date>2011-02-15T09:48:07Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216138#M500890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The thing I don't get is ... the selected year ... works fine with the AGGR() just as it is ... why does it fail when you do SelectedYear -1 ... even if that is passed into a variable and the variable is called in the SET Expression ... it fails.&lt;/P&gt;&lt;P&gt;A text box with the variable and with a simple SelectedYear -1 calculation show that the year is evaluating correctly ... the dynamic header works on the table using the variable ... and yes, there is data for that Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 11:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216138#M500890</guid>
      <dc:creator />
      <dc:date>2011-02-15T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216139#M500891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm..so maybe something is missing in the set analysis. If the current year works and the previous year doesn't are you sure there is not a selection that is interfering with returning last year's data? What do you get if you try the following expression.&lt;/P&gt;&lt;P&gt;=Sum({1&amp;lt;ActivityStartYear={$(=Only(ActivityStartYear)-1)}&amp;gt;}aggr(ApprovedPC, ActivityID))&lt;/P&gt;&lt;P&gt;That is the reason why you sometimes have to clear selections in set analysis. For example, if ActivityStartMonth would be interfering, you would clear it in the following manner:&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;ActivityStartMonth=, ActivityStartYear={$(=Only(ActivityStartYear)-1)}&amp;gt;}aggr(ApprovedPC, ActivityID))&lt;/P&gt;&lt;P&gt;Try that and we'll keep on thinking of other possible reasons....&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 22:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216139#M500891</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-02-15T22:46:20Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216140#M500892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;This is what we have got to so far and we have tried all sorts of variations in between ...&lt;/P&gt;&lt;P&gt;SUM({1&amp;lt;ActivityStartYear={$(=only($(vPreviousYear)))}&amp;gt;} aggr(ApprovedPC,ActivityID))&lt;/P&gt;&lt;P&gt;We have been checking the data, just in case, and there is definitely correct data for the all the years and we know what it should be adding up to ... getting quite frustrated with it now ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 12:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216140#M500892</guid>
      <dc:creator />
      <dc:date>2011-02-17T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216141#M500893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not a useful answer but I am experiencing exactly the same problem in trying to report on the previous year's sales. If I just use "sum" without the aggr function, it gives me a value, but it is too high because of the way the records have been split into several lines. But whenever I try to use the aggr function, I always get a value of 0 for the previous year's sales.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 15:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216141#M500893</guid>
      <dc:creator />
      <dc:date>2011-02-17T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216142#M500894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what is happening with me ... I sympathise as it is quite a road block now ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 15:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216142#M500894</guid>
      <dc:creator />
      <dc:date>2011-02-17T15:32:20Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216143#M500896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone upload a small sample of the problem so that we can end the frustration?&lt;/P&gt;&lt;P&gt;While we wait for that, what would happen if you had year to the aggr()?&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;ActivityStartYear={$(=Only(ActivityStartYear)-1)}&amp;gt;}aggr(ApprovedPC, ActivityStartYear, ActivityID))&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216143#M500896</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-02-17T17:31:30Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216144#M500897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think the right use of Aggr is like this:&lt;/P&gt;&lt;P&gt;Sum({Set} (AGGR( Sum( {Set} Fieldname), Dim1, Dim2))&lt;/P&gt;&lt;P&gt;I miss in your expression the second part inside the Aggr-function: Sum( {Set} Fieldname) or Avg ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216144#M500897</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-02-17T17:36:31Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216145#M500899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl ... I am really sorry but I can not ... I have not got a good way of presenting a 'secure' version of the data as we have quite strict confidentiality.&lt;/P&gt;&lt;P&gt;I will try and add year to the grouping but I still come back to why it works on the selected year and not the selected year -1 ... I find that really odd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help though in the meantime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216145#M500899</guid>
      <dc:creator />
      <dc:date>2011-02-17T17:40:35Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216146#M500901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. We need to close this so I made sample that I hope reflects your problem. Review it. The formula is as Martina had mentioned above and I just used the only that I suggested earlier instead of the sum().&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 18:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216146#M500901</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-02-17T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Aggr Nested in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216147#M500902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried Martina's formula and it works perfectly! The missing link was having to include "sum" again for the second part of the expression. Thanks Martina and Karl for solving this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 11:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Nested-in-Set-Analysis/m-p/216147#M500902</guid>
      <dc:creator />
      <dc:date>2011-02-18T11:56:11Z</dc:date>
    </item>
  </channel>
</rss>

