<?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: nested aggregation not allowed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634979#M232899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't bother your self reading the manuals or so, do you ?&lt;/P&gt;&lt;P&gt;If you do, you'd notice that there is an article 'Nested aggregations' in QV help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2014 17:36:31 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2014-05-31T17:36:31Z</dc:date>
    <item>
      <title>nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634976#M232896</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 am getting the error "nested aggregation not allowed" for the following expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if (FirstSortedValue(Date(TxnDate), TxnDate) = '1/2/2012', Amount, 0))&lt;/P&gt;&lt;P&gt;Can you guys please help me understand the reasons?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 14:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634976#M232896</guid>
      <dc:creator />
      <dc:date>2014-05-31T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634977#M232897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't embed an aggregation function like FirstSortedValue() inside another, like Sum().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggregation functions need a set of records to operate on, while an aggregation function itself returns a scalar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look into advanced aggregation function (aggr() function) to get around the limitations, but it might be better if you explain what you want to achieve, maybe there is another, better&amp;nbsp; option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 14:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634977#M232897</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-31T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634978#M232898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I had high hope and expectations from QlikView until I saw this question.&lt;BR /&gt;I have been using OBIEE and it's so damn restricted and limited in terms of "this exact aspect". NO SUPPORT FOR NESTED AGGREGATED QUERIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What use can it be if we are unable to apply aggregations on top of an aggregation?&lt;BR /&gt;Is this feature available in Qlik or not? If how any of you guys have achieved nested aggregation workaround in Qlik?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 16:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634978#M232898</guid>
      <dc:creator />
      <dc:date>2014-05-31T16:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634979#M232899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't bother your self reading the manuals or so, do you ?&lt;/P&gt;&lt;P&gt;If you do, you'd notice that there is an article 'Nested aggregations' in QV help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 17:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634979#M232899</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-05-31T17:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634980#M232900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, try and see if this works for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if (Min(TxnDate) = Num(Date('1/2/2012')), Sum(Amount))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 20:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634980#M232900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-31T20:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634981#M232901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;I got it working at saving my FirstSortedValue expression in a variable.&lt;/P&gt;&lt;P&gt;Thanks everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 21:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634981#M232901</guid>
      <dc:creator />
      <dc:date>2014-05-31T21:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634982#M232902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(if(aggr(FirstSortedValue(Date(TxnDate), TxnDate),dimension)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;= '1/2/2012',Amount,0))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 07:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634982#M232902</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-06-01T07:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634983#M232903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to make it completely clear: You can have &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;as many levels&lt;/EM&gt;&lt;/SPAN&gt; of nested aggregations as you want! Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #ff0000;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(...),...))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #ff0000;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #ff0000;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(...),...)),...))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #ff0000;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #ff0000;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #ff0000;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(...),...)),...)),...))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;are all valid structures. ("Sum" can be exchanged with any aggregation function, and scalar functions can be inserted anywhere.) Read more &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/05/19/function-classes"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But every level means a hit in the performance, so think before you do it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 19:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634983#M232903</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-01T19:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634984#M232904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;here is is my real expression which I want to build...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(If(MonthName(Min({1&amp;lt;TxnType={'Invoice'}&amp;gt;}TxnDate)) = MonthName(Max(TxnDate)),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;TxnDate={'$(=$(Date1))'}, AccountType={'Income'}&amp;gt;} AmountWithSign),0),CustomerListID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Date1 is defined as&lt;/P&gt;&lt;P&gt;FirstSortedValue(Date(TxnDate), Aggr(Min({&amp;lt;TxnType={'Invoice'}&amp;gt;TxnDate), CustomerListID, TxnDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of this expression is calculate the sum of first invoice of those customer who have their first ever invoices fallen in a particular month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt; Customer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First Invoice&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoice in May 2103&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/25/2103&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/25/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $25&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/25/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/27/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $125&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/15/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/15/2103&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/15/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/18/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $120&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;5.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/2/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/28/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;So the output I need is sum of amount of 1 and 3 i.e. 25&amp;nbsp; + 100 = $125.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;With the expression given above I am able get the amount of minimum date of one customer. in this exmaple i will only $25.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Can you guys help me fix it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Saurabh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634984#M232904</guid>
      <dc:creator />
      <dc:date>2014-06-02T16:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634985#M232905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you create a flag in the script for the records with each customers first invoice?&lt;/P&gt;&lt;P&gt;Then just create a set expression selecting on this flag (and maybe the month of interest or just use the month as dimension).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634985#M232905</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-02T18:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634986#M232906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not have access to the scripts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/634986#M232906</guid>
      <dc:creator />
      <dc:date>2014-06-02T18:30:15Z</dc:date>
    </item>
  </channel>
</rss>

