<?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/1185346#M882628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can´t use an aggregation inside other aggregation without using AGGR()&lt;/P&gt;&lt;P&gt;Your expression is SUM(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([WORKLOG.TIMEWORKED] / count(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WorkingDay&lt;/SPAN&gt;&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 16:20:17 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-09-28T16:20:17Z</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/1185344#M882626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning, I'd been trying to make this expression work: &lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;&amp;nbsp; [ACCOUNT_TYPE]={'Change Request'} &amp;gt;}&amp;nbsp; ([WORKLOG.TIMEWORKED]/$(vFTE)))&lt;/P&gt;&lt;P&gt;where vFTE its &lt;/P&gt;&lt;P&gt;Count( {&amp;lt;&amp;nbsp; WorkingDay={'Work'} &amp;gt;}&amp;nbsp; WorkingDay)*8*$(vMODFTE)&lt;/P&gt;&lt;P&gt;Why the expression gives me back this error and doesnt show the result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-Nested-aggregation-not-allowed/m-p/1185344#M882626</guid>
      <dc:creator>pablomind</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</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/1185345#M882627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send a sample app or all the variable expressions used. Did you use text objects and tried displaying those variables are they giving any values in the textobject ? &lt;/P&gt;&lt;P&gt;&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: 13px;"&gt;= SUM( {&amp;lt;&amp;nbsp; [ACCOUNT_TYPE]={'Change Request'} &amp;gt;}&amp;nbsp; [WORKLOG.TIMEWORKED]) / $(vFTE) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-Nested-aggregation-not-allowed/m-p/1185345#M882627</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-09-28T16:09:02Z</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/1185346#M882628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can´t use an aggregation inside other aggregation without using AGGR()&lt;/P&gt;&lt;P&gt;Your expression is SUM(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([WORKLOG.TIMEWORKED] / count(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WorkingDay&lt;/SPAN&gt;&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-Nested-aggregation-not-allowed/m-p/1185346#M882628</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-09-28T16:20: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/1185347#M882629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;&amp;nbsp; [ACCOUNT_TYPE]={'Change Request'} &amp;gt;}&amp;nbsp; [WORKLOG.TIMEWORKED] )&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;($(vFTE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding the error you can read here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3744"&gt;Aggregations and Function Classes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-expression-Nested-aggregation-not-allowed/m-p/1185347#M882629</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-09-28T16:21:10Z</dc:date>
    </item>
  </channel>
</rss>

