<?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 top N rows in a pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367550#M1176561</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;Then you can either use a calculated dimension using Aggr(). Obviously, it will perform not so fast handling huge data volumes i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;=If(Aggr(Rank(Sum(Field3), 4, 1), Field1) &amp;lt; 6, Field1)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you should have to check the "Supress when value is null" in the Dimensions tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 11:25:05 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-04-25T11:25:05Z</dc:date>
    <item>
      <title>top N rows in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367546#M1176557</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 need to implement a pivot table such that only top 50 rows based upon a third column(not been displayed in the table). Please help me in achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367546#M1176557</guid>
      <dc:creator>sonikajain</dc:creator>
      <dc:date>2012-04-25T10:53:40Z</dc:date>
    </item>
    <item>
      <title>top N rows in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367547#M1176558</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;Are you using version 11? If so, use the Dimension Limits tab in the chart properties, to select those 50 "biggest something".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 11:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367547#M1176558</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-04-25T11:01:07Z</dc:date>
    </item>
    <item>
      <title>top N rows in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367548#M1176559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can restrict row numbers in Pivot table, better use a Straight table.&lt;/P&gt;&lt;P&gt;May be you can use some calculated dimension for top 10 people or something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 11:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367548#M1176559</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2012-04-25T11:12:12Z</dc:date>
    </item>
    <item>
      <title>top N rows in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367549#M1176560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; dimention Limit tab is available in straight table . not in pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 11:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367549#M1176560</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2012-04-25T11:14:29Z</dc:date>
    </item>
    <item>
      <title>top N rows in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367550#M1176561</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;Then you can either use a calculated dimension using Aggr(). Obviously, it will perform not so fast handling huge data volumes i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;=If(Aggr(Rank(Sum(Field3), 4, 1), Field1) &amp;lt; 6, Field1)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you should have to check the "Supress when value is null" in the Dimensions tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 11:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/top-N-rows-in-a-pivot/m-p/367550#M1176561</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-04-25T11:25:05Z</dc:date>
    </item>
  </channel>
</rss>

