<?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: Showing top 5 values in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779080#M2016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can go for that but i have Qlikview 10 in my system since it does not have dimensions limit option.&lt;/P&gt;&lt;P&gt;Is there any way to get the output?&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;Shailesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 07:25:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-28T07:25:18Z</dc:date>
    <item>
      <title>Showing top 5 values</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779078#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with dimension as &lt;STRONG&gt;Account#&lt;/STRONG&gt; and two expressions as &lt;STRONG&gt;sum(account#)&lt;/STRONG&gt; and &lt;STRONG&gt;count(account#)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Requirement is to show only top 5 values among all values. Can anybody help me to get only top 5 values against available dimension??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope got my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 07:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779078#M2014</guid>
      <dc:creator />
      <dc:date>2015-01-28T07:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Showing top 5 values</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779079#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try dimension limit option???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 07:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779079#M2015</guid>
      <dc:creator />
      <dc:date>2015-01-28T07:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing top 5 values</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779080#M2016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can go for that but i have Qlikview 10 in my system since it does not have dimensions limit option.&lt;/P&gt;&lt;P&gt;Is there any way to get the output?&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;Shailesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 07:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779080#M2016</guid>
      <dc:creator />
      <dc:date>2015-01-28T07:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Showing top 5 values</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779081#M2017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then instead of that, you can use rank function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 08:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779081#M2017</guid>
      <dc:creator />
      <dc:date>2015-01-28T08:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Showing top 5 values</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779082#M2018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shailesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an example of the Rank() function that will give you the top 5 products according to their sales&lt;/P&gt;&lt;P&gt;Use this as a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr( &lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; rank(sum(Sales)) &amp;gt;= 1 AND rank(sum(Sales)) &amp;lt;= 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Product&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt; Product&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;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 11:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Showing-top-5-values/m-p/779082#M2018</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-01-29T11:08:47Z</dc:date>
    </item>
  </channel>
</rss>

