<?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: How to show Top20 rows in Pivot table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475582#M690159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Sum(Sales) as Expression to your pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 13:15:10 GMT</pubDate>
    <dc:creator>AbhijitBansode</dc:creator>
    <dc:date>2013-09-25T13:15:10Z</dc:date>
    <item>
      <title>How to show Top20 rows in Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475579#M690156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I need to show top20 products that have maximum sales in a specific period, in a specific time, in a specific shop .. . .&lt;BR /&gt;I can do that in Straight table by using the limiting option in dimension tab, but pivot table doesn't allow me to do.&lt;BR /&gt;Anyone, can come up with the solution for me? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 12:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475579#M690156</guid>
      <dc:creator />
      <dc:date>2013-09-25T12:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Top20 rows in Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475580#M690157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Rank function in calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( &lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Rank&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Sales&lt;/SPAN&gt;)),&lt;SPAN style="color: #800000;"&gt;&amp;lt;PeriodField&amp;gt;,&amp;lt;ShopField&amp;gt;&lt;/SPAN&gt;)&amp;lt;=20,Product)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 12:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475580#M690157</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2013-09-25T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Top20 rows in Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475581#M690158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;( &lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Rank&lt;/SPAN&gt;(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;Sales&lt;/SPAN&gt;)),&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;&amp;lt;PeriodField&amp;gt;,&amp;lt;ShopField&amp;gt;&lt;/SPAN&gt;)&amp;lt;=20,Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This one ranks and filters top20, but on the measure, it should show measure (Sales), but here its showing me Products name in measure area.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475581#M690158</guid>
      <dc:creator />
      <dc:date>2013-09-25T13:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Top20 rows in Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475582#M690159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Sum(Sales) as Expression to your pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Top20-rows-in-Pivot-table/m-p/475582#M690159</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2013-09-25T13:15:10Z</dc:date>
    </item>
  </channel>
</rss>

