<?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: Error in expression nested aggregation not allowed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054694#M353643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;But the Result ist&amp;nbsp;&amp;nbsp; '&amp;nbsp; -&amp;nbsp; '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I will&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;create&lt;/SPAN&gt; a sample qvw with some representative data.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 12:58:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-22T12:58:39Z</dc:date>
    <item>
      <title>Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054688#M353637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I am getting the error "nested aggregation not allowed" for the following Expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(dvQuantity_Pref)&lt;/EM&gt;&lt;/STRONG&gt;*&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;H_ComponentPath&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(dvItem)*"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;TotalDemand&lt;/SPAN&gt;)) *&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;Only&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;H_ComponentPath&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(dvItem)*"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;T$AMNT_SITM&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;dvQuantity_Pref = Qtty - 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;dvItem =&amp;nbsp; Item No -&amp;nbsp; xx12542254&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;(dvItem)*&lt;/SPAN&gt; =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xx12542254 /1 and xx12542254/2 and............&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;TotalDemand&lt;/SPAN&gt; = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;T$AMNT_SITM&lt;/SPAN&gt;= 4,5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Can you guys please help me to understand the reasons?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 10:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054688#M353637</guid>
      <dc:creator />
      <dc:date>2016-01-22T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054689#M353638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't just embed a Sum() into another Sum().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could consider using advanced aggregation (Aggr() function), or maybe just include &lt;SPAN style="color: #808080; font-size: 16px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(dvQuantity_Pref) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;into one of the inner Sum() functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help you more, we need to know the context of this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Same problem with embedding Only() into Sum().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And start with &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3015"&gt;Dimensions and Measures&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3235"&gt;It’s all Aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4418"&gt;Pitfalls of the Aggr function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054689#M353638</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-22T11:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054690#M353639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&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; font-size: 16px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit; color: #808080;"&gt;$(dvQuantity_Pref)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;* (&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;H_ComponentPath&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"$(dvItem)*"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TotalDemand&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;)) )*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;(sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;{$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;H_ComponentPath&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"$(dvItem)*"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;T$AMNT_SITM&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054690#M353639</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-01-22T12:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054691#M353640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;P&gt;But the same error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054691#M353640</guid>
      <dc:creator />
      <dc:date>2016-01-22T12:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054692#M353641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the inner aggregation terms return only a single value, so you do not need the two outer sums. Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=($(dvQuantity_Pref)) * Sum({$&amp;lt;H_ComponentPath={"$(dvItem)*"}&amp;gt;} TotalDemand) * Only({$&amp;lt;H_ComponentPath={"$(dvItem)*"}&amp;gt;} T$AMNT_SITM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that does not work, you may need to use an Aggr() function, but its hard to day without more information about the context iin which this expressions is being used; and your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A sample qvw with some representative data would help, together with a description of what you are trying to achieve, and with expected results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054692#M353641</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-22T12:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054693#M353642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This is working :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;H_ComponentPath&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(dvItem)*"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TotalDemand&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(dvQuantity_Pref)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;H_ComponentPath&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(dvItem)*"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;T$AMNT_SITM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;But the &lt;SPAN class="hps"&gt;result is incorrect - &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="hps"&gt;The Result is over all items&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="hps"&gt;I Need the Result only for &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="hps"&gt;dvItem = Item No ( for example xx12542254 and xx12542254 *&amp;nbsp; .....)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054693#M353642</guid>
      <dc:creator />
      <dc:date>2016-01-22T12:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054694#M353643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;But the Result ist&amp;nbsp;&amp;nbsp; '&amp;nbsp; -&amp;nbsp; '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I will&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;create&lt;/SPAN&gt; a sample qvw with some representative data.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054694#M353643</guid>
      <dc:creator />
      <dc:date>2016-01-22T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054695#M353644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached the sample qvw with some data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054695#M353644</guid>
      <dc:creator />
      <dc:date>2016-01-22T20:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054696#M353645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(($(dvQuantity_Pref)) * Sum({$&amp;lt;H_ComponentPath={"$(dvItem)*"}&amp;gt;} TotalDemand) * only({$&amp;lt;H_ComponentPath={"$(dvItem)*"}&amp;gt;} T$AMNT_SITM),H_ComponentPath))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 22:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054696#M353645</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-22T22:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in expression nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054697#M353646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thx &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 07:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-nested-aggregation-not-allowed/m-p/1054697#M353646</guid>
      <dc:creator />
      <dc:date>2016-01-23T07:12:37Z</dc:date>
    </item>
  </channel>
</rss>

