<?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: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32756#M791012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use this for&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Top:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF (aggr(rank( sum(Value) ,0) , Value )&amp;lt;= 3 , (sum(Value)/3) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Bottom&lt;/STRONG&gt;column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF (aggr(rank( sum(Value) ,0) , Value )&amp;gt; 3 , (sum(Value)/3) )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in 3 column write like(i mean subtract column 2 - column 1) 'measure 2'-'measure 1 '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 06:51:04 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2018-02-01T06:51:04Z</dc:date>
    <item>
      <title>How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32755#M791011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are having the requirement of top 3 and Bottom 3 avg of value.&lt;/P&gt;&lt;P&gt;Max of difference of Avg of top 3 and bottom 3.&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/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32755#M791011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32756#M791012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use this for&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Top:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF (aggr(rank( sum(Value) ,0) , Value )&amp;lt;= 3 , (sum(Value)/3) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Bottom&lt;/STRONG&gt;column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF (aggr(rank( sum(Value) ,0) , Value )&amp;gt; 3 , (sum(Value)/3) )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in 3 column write like(i mean subtract column 2 - column 1) 'measure 2'-'measure 1 '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 06:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32756#M791012</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2018-02-01T06:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32757#M791013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;here is the formula for &lt;/P&gt;&lt;P&gt;For top 3&lt;/P&gt;&lt;P&gt;If(Aggr(Rank(Avg(Value))&amp;lt;=3,"Your Dimension"),"&lt;SPAN style="font-size: 13.3333px;"&gt;Your Dimension")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For bottom 3 &lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(-Avg(Value)) &amp;lt;= 3,"&lt;SPAN style="font-size: 13.3333px;"&gt;Your Dimension"),&lt;/SPAN&gt;"&lt;SPAN style="font-size: 13.3333px;"&gt;Your Dimension")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 06:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32757#M791013</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2018-02-01T06:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32758#M791014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried Top 3.. we are not getting the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 07:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32758#M791014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T07:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32759#M791015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried above expression. we are not getting the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 07:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32759#M791015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32760#M791016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;have a look at the attach example &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 08:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32760#M791016</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2018-02-01T08:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32761#M791017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to get in table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32761#M791017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T09:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32762#M791018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the dimension of the table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32762#M791018</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2018-02-01T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32763#M791019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension : P_id&lt;/P&gt;&lt;P&gt;Value :tpt (value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32763#M791019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32764#M791020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you upload a model with sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32764#M791020</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2018-02-01T10:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32765#M791021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;look at this file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/32765#M791021</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2018-02-01T10:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get TOP 3 and Bottom 3 AVG and Max Difference value with rank function and AGGR.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/1956873#M1219941</link>
      <description>&lt;P&gt;Hi I am unable to view this solution (QVW), could u post&amp;nbsp; the logic in comments pls?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 05:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-TOP-3-and-Bottom-3-AVG-and-Max-Difference-value-with/m-p/1956873#M1219941</guid>
      <dc:creator>QS21</dc:creator>
      <dc:date>2022-07-18T05:51:02Z</dc:date>
    </item>
  </channel>
</rss>

