<?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 How to display Top 5 records in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905835#M314811</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 table and it consists of 3 columns Country,City and Sales and i want to display the top 5 Country Sales.&lt;/P&gt;&lt;P&gt;Below is the&amp;nbsp; sample screen shot that i want to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Top5.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88298_Top5.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Please Any one help me out from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 14:07:41 GMT</pubDate>
    <dc:creator>sridhar423</dc:creator>
    <dc:date>2015-06-03T14:07:41Z</dc:date>
    <item>
      <title>How to display Top 5 records in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905835#M314811</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 table and it consists of 3 columns Country,City and Sales and i want to display the top 5 Country Sales.&lt;/P&gt;&lt;P&gt;Below is the&amp;nbsp; sample screen shot that i want to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Top5.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88298_Top5.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Please Any one help me out from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905835#M314811</guid>
      <dc:creator>sridhar423</dc:creator>
      <dc:date>2015-06-03T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Top 5 records in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905836#M314812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Dimension Limits tab on the chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="limits.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88299_limits.JPG" style="width: 620px; height: 528px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905836#M314812</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-03T14:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Top 5 records in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905837#M314813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;different way to get top performers&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/docs/DOC-5187" title="https://community.qlikview.com/docs/DOC-5187"&gt;https://community.qlikview.com/docs/DOC-5187&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905837#M314813</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-03T14:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Top 5 records in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905838#M314814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this in expression:&lt;/P&gt;&lt;P&gt;if(rank(sum(Sales))&amp;lt;=5,Sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Top-5-records-in-straight-table/m-p/905838#M314814</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-03T14:18:59Z</dc:date>
    </item>
  </channel>
</rss>

