<?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: Rank function for top 15 sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603670#M1118149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is sample one: Sum({$&amp;lt;Country = {"=Rank(Aggr(Sum(Sales),Country))&amp;lt;= 10"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 07:52:57 GMT</pubDate>
    <dc:creator>Sokkorn</dc:creator>
    <dc:date>2014-02-04T07:52:57Z</dc:date>
    <item>
      <title>Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603669#M1118148</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;can any body give expression to find the top 10 sales of country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimensions are country and customer for grouping.tell me how rank function is advantage over dimension limit property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603669#M1118148</guid>
      <dc:creator />
      <dc:date>2014-02-04T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603670#M1118149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is sample one: Sum({$&amp;lt;Country = {"=Rank(Aggr(Sum(Sales),Country))&amp;lt;= 10"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603670#M1118149</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-04T07:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603671#M1118150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am expecting answer with out set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603671#M1118150</guid>
      <dc:creator />
      <dc:date>2014-02-04T07:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603672#M1118151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can play around with attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603672#M1118151</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-04T07:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603673#M1118152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this one: Sum(If(Aggr(Rank(Sale),Country)&amp;lt;=15,Sale))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603673#M1118152</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-04T08:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603674#M1118153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u pls resend the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603674#M1118153</guid>
      <dc:creator />
      <dc:date>2014-02-04T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603675#M1118154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603675#M1118154</guid>
      <dc:creator />
      <dc:date>2014-02-04T08:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603676#M1118157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you are&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603676#M1118157</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-04T08:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function for top 15 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603677#M1118158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This dude,&lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(Sum(Sales)),Customer,Country)&amp;lt;=10,Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the grouping order as per the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-for-top-15-sales/m-p/603677#M1118158</guid>
      <dc:creator />
      <dc:date>2014-02-04T08:49:30Z</dc:date>
    </item>
  </channel>
</rss>

