<?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 Pivot table - Top 20 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213500#M67212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope sorting will do,&lt;/P&gt;&lt;P&gt;try sort -&amp;gt; numeric value - descending&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 06:47:30 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2010-09-23T06:47:30Z</dc:date>
    <item>
      <title>Pivot table - Top 20</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213499#M67211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show top 20 in a &lt;STRONG&gt;pivot table&lt;/STRONG&gt;. So within the other dimensions.&lt;BR /&gt;e.g.: per salesperson -&amp;gt; per articlegroup -&amp;gt; Top 20 articles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 12:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213499#M67211</guid>
      <dc:creator />
      <dc:date>2010-09-22T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Pivot table - Top 20</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213500#M67212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope sorting will do,&lt;/P&gt;&lt;P&gt;try sort -&amp;gt; numeric value - descending&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213500#M67212</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-09-23T06:47:30Z</dc:date>
    </item>
    <item>
      <title>Pivot table - Top 20</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213501#M67213</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;You can use the rank function in calculated dimension to show top 20 Salesperson. Below is the sample:&lt;/P&gt;&lt;P&gt;IF(AGGR(RANK(SUM(Sales)), Salesperson) &amp;lt;= 20, Salesperson)&lt;/P&gt;&lt;P&gt;Please check the checkbox " Suppress When Values is Null" for this calcualted dimension under Setting for Selected Dimension in Dimensions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me knw if you have any more query in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213501#M67213</guid>
      <dc:creator />
      <dc:date>2010-09-23T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Pivot table - Top 20</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213502#M67214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further to more specific to your requirement you can use the below one which will show "per salesperson -&amp;gt; per articlegroup -&amp;gt; Top 20 articles" using the rank function in calculated dimension for article:&lt;/P&gt;&lt;P&gt;IF(AGGR(RANK(SUM(Sales)), salesperson, articlegroup, article) &amp;lt;= 20, article)&lt;/P&gt;&lt;P&gt;Please check the checkbox "Suppress When Values is Null" for this calculated dimension under Setting for Selected Dimension in Dimensions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any more query in this regard.&lt;/P&gt;&lt;P&gt;Dhananjay (DJ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213502#M67214</guid>
      <dc:creator />
      <dc:date>2010-09-23T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Pivot table - Top 20</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213503#M67215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dhananjay Mishra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you , it worked for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 01:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Top-20/m-p/213503#M67215</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-08-24T01:23:30Z</dc:date>
    </item>
  </channel>
</rss>

