<?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: AVG calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636362#M476421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you calculate this in any chart then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Person &lt;/P&gt;&lt;P&gt;Exper :- =&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Avg( (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Dollars)/Count(standardID) ) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if calculate this in any text box then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Avg(Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Dollars)/Count(standardID)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; Person&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 18:04:18 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-02T18:04:18Z</dc:date>
    <item>
      <title>AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636354#M476413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calculating AVG&lt;/P&gt;&lt;P&gt;=sum(Dollars)/Count(standardID) (60663/2823)=21%&lt;/P&gt;&lt;P&gt;I have a doubt is this correct way to calculate AVG&lt;/P&gt;&lt;P&gt;please some one guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636354#M476413</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-02T17:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636355#M476414</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;/P&gt;&lt;P&gt;Avg(Aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(Dollars)/Count(standardID)&lt;/SPAN&gt;, Dimension))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636355#M476414</guid>
      <dc:creator>male_carrasco</dc:creator>
      <dc:date>2014-06-02T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636356#M476415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Updated the details now&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i forget to add the dimension details&lt;/P&gt;&lt;P&gt;Check your output with the expected manual result if it gives result then it will correct other wise you can use Avg function for this. And if the fields which is in Numerator or denominator has proper relation then it will correct for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;Aggr( &lt;/STRONG&gt; sum(Dollars)/Count(standardID), DimensionName &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Avg( &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr( &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(Dollars)/Count(standardID), DimensionName &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636356#M476415</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T17:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636357#M476416</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;21% is wrong. What your result means is an average of&amp;nbsp; 21.49 Dollars per standardID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636357#M476416</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-02T17:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636358#M476417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AVG Occupancy cost per Person&lt;/P&gt;&lt;P&gt;=sum(Dollars)/Count(standardID)&lt;/P&gt;&lt;P&gt;=60663/2823&lt;/P&gt;&lt;P&gt;How can i calculate AVG of cost per person&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636358#M476417</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-02T17:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636359#M476418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Avg(Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Dollars)/Count(standardID)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; Person&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636359#M476418</guid>
      <dc:creator>male_carrasco</dc:creator>
      <dc:date>2014-06-02T17:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636360#M476419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends what you want to calculate. Dollars per standardID? Then Sum(Dollars)/Count(distinct standardID). Note the "distinct". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or per something else? See more on &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/07/29/averages"&gt;Average – Which average?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636360#M476419</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-02T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636361#M476420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AVG Occupancy cost per person i want to calculate&lt;/P&gt;&lt;P&gt;i have only two dimension&lt;/P&gt;&lt;P&gt;how can i calculate this secnario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEst Regards,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636361#M476420</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-02T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636362#M476421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you calculate this in any chart then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Person &lt;/P&gt;&lt;P&gt;Exper :- =&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Avg( (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Dollars)/Count(standardID) ) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if calculate this in any text box then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Avg(Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Dollars)/Count(standardID)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; Person&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636362#M476421</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T18:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636363#M476422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you should calculate total cost and divide by number of persons. Hence:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Dollars) / Count( distinct PersonID )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr is not needed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636363#M476422</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-02T18:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636364#M476423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&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;SPAN style="color: #800000; font-size: 8pt;"&gt;[Current Month Dollars]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Standard ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Full Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) result is =1014&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Current Month Dollars]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Standard ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; result is =21&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;which is the correct result ,which one should i follow&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;60663/2823 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;please guide me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Niranjan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636364#M476423</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-02T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636365#M476424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Second one is seems right but without see the whole data not confirm you need to check from your side. Also as Henric suggest do not use Aggr and use PersonId in place of Standard ID but if the Personid has same Id as the Standard Id then use that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636365#M476424</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T18:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: AVG calculation</title>
      <link>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636366#M476425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you cannot use Avg( Sum( ... ) ) without using an Aggr() function between the two aggregation functions. See more on &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/05/19/function-classes"&gt;Aggregations and Function Classes&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AVG-calculation/m-p/636366#M476425</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-02T18:46:02Z</dc:date>
    </item>
  </channel>
</rss>

