<?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() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551648#M743521</link>
    <description>&lt;P&gt;Are the dimensions of your table include in the Aggr() function? It seems that the inner Aggr() is returning some zero values which are pulling the outer average down, and you may be suppressing the zeroes in that table. Try doing this in a text box to see whether you are getting that record numbers that you expect:&lt;/P&gt;&lt;PRE&gt;Count(Aggr(Avg([SVT GDC TAT NumValue]), [SVT GDC TAT ID]))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 10:39:00 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-03-04T10:39:00Z</dc:date>
    <item>
      <title>Aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551620#M743520</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some one help me here .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wrote a below expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Num(Avg(Aggr(Avg([SVT GDC TAT NumValue]), [SVT GDC TAT ID])),'#,##0' )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when i look at the numbers each project ID i am getting right number but when i do over all average its not getting it correct as per below snapshot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Agg.PNG" style="width: 655px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7163iFC4EEC6BF2A3F483/image-size/large?v=v2&amp;amp;px=999" role="button" title="Agg.PNG" alt="Agg.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When i export to excel and checked overall average is 36.41 as per below snapshot but i am getting as 14.56 . any idea why ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Agg2.PNG" style="width: 661px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7164i68578EB14D1A4BB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Agg2.PNG" alt="Agg2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551620#M743520</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551648#M743521</link>
      <description>&lt;P&gt;Are the dimensions of your table include in the Aggr() function? It seems that the inner Aggr() is returning some zero values which are pulling the outer average down, and you may be suppressing the zeroes in that table. Try doing this in a text box to see whether you are getting that record numbers that you expect:&lt;/P&gt;&lt;PRE&gt;Count(Aggr(Avg([SVT GDC TAT NumValue]), [SVT GDC TAT ID]))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 10:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551648#M743521</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-03-04T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551668#M743522</link>
      <description>Hi Jonty,&lt;BR /&gt;&lt;BR /&gt;Thank You for your response.&lt;BR /&gt;&lt;BR /&gt;no still tis not working.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2019 11:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551668#M743522</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2019-03-04T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551746#M743523</link>
      <description>HI Jonty,&lt;BR /&gt;&lt;BR /&gt;You are right . the projects where it is "0" is getting suppressed due to option checked in presentation tab "Suppress Zero values".</description>
      <pubDate>Mon, 04 Mar 2019 12:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551746#M743523</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2019-03-04T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551784#M743524</link>
      <description>&lt;P&gt;Hi Jonty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right . the projects where it is "0" is getting suppressed due to option checked in presentation tab "Suppress Zero values".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to write expression to get "0" values&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 13:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551784#M743524</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2019-03-04T13:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551890#M743525</link>
      <description>Is this referring to QlikView or Sense? I'd like to move it into the correct product forum.  This one is typically for general discussion and moving it will get more people to see it in the product forum</description>
      <pubDate>Mon, 04 Mar 2019 15:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551890#M743525</guid>
      <dc:creator>Sue_Macaluso</dc:creator>
      <dc:date>2019-03-04T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551962#M743526</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;It is For Qlikview.&lt;BR /&gt;&lt;BR /&gt;Thank You.</description>
      <pubDate>Mon, 04 Mar 2019 17:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/1551962#M743526</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2019-03-04T17:59:37Z</dc:date>
    </item>
  </channel>
</rss>

