<?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: Simple average expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690992#M1066863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was exaclty I needed. Thank you again.&lt;/P&gt;&lt;P&gt;Your sincerely,&lt;/P&gt;&lt;P&gt;TH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2014 14:42:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-02T14:42:53Z</dc:date>
    <item>
      <title>Simple average expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690988#M1066859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need an expression that returns the following ranking :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have successfully calculated the following simple average:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Avg( {$&amp;lt;Category={1}&amp;gt;} Amount )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and I have another dimension "Country" in a Multi box and whenever I make a choise, the above average is obviously calculated for the selected country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What I need is an expression that calculates the &lt;STRONG&gt;max&lt;/STRONG&gt; average from every country for this category=1, despite the country changes in the multibox. In other words, i want to return a static number that is the value of the &lt;STRONG&gt;max&lt;/STRONG&gt; average for the country that ranks first of all averages. Can anyone help me on this please ??&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 13:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690988#M1066859</guid>
      <dc:creator />
      <dc:date>2014-09-02T13:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Simple average expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690989#M1066860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Aggr(Rank(Avg({&amp;lt;Category={1}, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Country&lt;/SPAN&gt;= &amp;gt;}Amount)),&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Country&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 14:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690989#M1066860</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-02T14:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simple average expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690990#M1066861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr Manish I need the &lt;STRONG&gt;value of the maximum average&lt;/STRONG&gt; that ranks &lt;STRONG&gt;first of all countries&lt;/STRONG&gt; for this category=1,&amp;nbsp; not the rank of the selected country as you had correctly answered me on another post @&lt;A href="https://community.qlik.com/thread/131472"&gt;Simple Rank expression&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;Thank you very much for your valuable time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 14:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690990#M1066861</guid>
      <dc:creator />
      <dc:date>2014-09-02T14:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple average expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690991#M1066862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max({&amp;lt;Country = &amp;gt;}TOTAL Aggr(Avg({&amp;lt;Category = {1}, Country = &amp;gt;}Amount),Country))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 14:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690991#M1066862</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-02T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Simple average expression</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690992#M1066863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was exaclty I needed. Thank you again.&lt;/P&gt;&lt;P&gt;Your sincerely,&lt;/P&gt;&lt;P&gt;TH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 14:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-average-expression/m-p/690992#M1066863</guid>
      <dc:creator />
      <dc:date>2014-09-02T14:42:53Z</dc:date>
    </item>
  </channel>
</rss>

