<?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: Total sum of average values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033788#M348745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using this expression&amp;nbsp; sum(Aggr(&amp;nbsp; Avg(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;field&lt;/SPAN&gt;),&lt;SPAN style="font-size: 13.3333px;"&gt;dimension field&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 09:09:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-26T09:09:12Z</dc:date>
    <item>
      <title>Total sum of average values</title>
      <link>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033787#M348744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with only one dimension and only one expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression consist of an average, =AVG(field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check the checkbox 'Show partial sums' in the tag 'presentation' it shows a total which is an average but I need a sum of the averages in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I get this total as a sum?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 08:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033787#M348744</guid>
      <dc:creator />
      <dc:date>2016-02-26T08:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Total sum of average values</title>
      <link>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033788#M348745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using this expression&amp;nbsp; sum(Aggr(&amp;nbsp; Avg(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;field&lt;/SPAN&gt;),&lt;SPAN style="font-size: 13.3333px;"&gt;dimension field&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 09:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033788#M348745</guid>
      <dc:creator />
      <dc:date>2016-02-26T09:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Total sum of average values</title>
      <link>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033789#M348746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(Avg(Field), DimensionName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 09:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033789#M348746</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-26T09:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Total sum of average values</title>
      <link>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033790#M348747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Dimensionality()=0,Sum(Field),Avg(&lt;SPAN style="font-size: 13.3333px;"&gt;Field&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 09:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033790#M348747</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-26T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Total sum of average values</title>
      <link>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033791#M348748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like 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(Aggr(Avg(FieldName), DimensionName))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 09:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033791#M348748</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-02-26T09:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Total sum of average values</title>
      <link>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033792#M348749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it's unusual to display the sum of averages... but here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Since you can't change the total expression to "Sum of rows" like in a straight table, you could check the level of aggregation using DIMENSIONALITY(). See the help on using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, you could switch to straight table and change the expression total calculation mode. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 09:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-sum-of-average-values/m-p/1033792#M348749</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-02-26T09:31:30Z</dc:date>
    </item>
  </channel>
</rss>

