<?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: Pivot Table top 10 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625609#M1118199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might use the rank function in your expression. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(if(rank(sum(Revenue))&amp;lt;=10,Revenue), Year,Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 08:58:41 GMT</pubDate>
    <dc:creator>luis_pimentel</dc:creator>
    <dc:date>2014-02-10T08:58:41Z</dc:date>
    <item>
      <title>Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625606#M1118196</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 was just wondering if its possible to let a pivot table show me the top 10 best products I got.&lt;/P&gt;&lt;P&gt;Now I am using the following dimensions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Productname:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would using a variable solve my problem? Because when using a straight table you can use the dimension limits for a top10.&lt;/P&gt;&lt;P&gt;However I really like the benefits of the pivot table to show my values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Update&lt;/P&gt;&lt;P&gt;I would also like to add a slider attached to the table. So I could show top 10/15/20/25/30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625606#M1118196</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625607#M1118197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Rank() function with Aggr in calculated dimension could help you. See a similar post her: &lt;A href="https://community.qlik.com/message/288525"&gt;Re: Calculating TOP 10 VALUES in PIVOT TABLE&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625607#M1118197</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-02-10T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625608#M1118198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is sample expression&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;ProductName = {"=Rank(Aggr(Sum(Sale),ProductName))&amp;lt;= 10"}&amp;gt;} Sale)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attached your app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625608#M1118198</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-10T08:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625609#M1118199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might use the rank function in your expression. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(if(rank(sum(Revenue))&amp;lt;=10,Revenue), Year,Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625609#M1118199</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2014-02-10T08:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625610#M1118200</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(rank(-1*Revenue)&amp;lt;=10,Revenue)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625610#M1118200</guid>
      <dc:creator />
      <dc:date>2014-02-10T08:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625611#M1118201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the below QVW. It will solve your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625611#M1118201</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-10T09:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625612#M1118202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the top10 with this one in my dimensions:&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LaneStatistics.Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LaneStatistics.ShipmentLane&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;=10,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LaneStatistics.ShipmentLane&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i would like to add:&lt;/P&gt;&lt;P&gt;- A slider where i can switch to top 15/20/25&lt;/P&gt;&lt;P&gt;- The top 10 descending from 1 to 10 (now they are random)&lt;/P&gt;&lt;P&gt;- And subtotals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can figure out some of the points myself but it probably takes me more time and its probably really easy.&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>Mon, 10 Feb 2014 09:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625612#M1118202</guid>
      <dc:creator />
      <dc:date>2014-02-10T09:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625613#M1118203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare a variable; store the slider value in that variable; then use the variable in the expression instead of hardcoding the rank, like:&lt;/P&gt;&lt;P&gt;=if(aggr(rank(sum(LaneStatistics.Amount)),LaneStatistics.ShipmentLane)&amp;lt;=&lt;STRONG&gt;$(VariableName)&lt;/STRONG&gt;,LaneStatistics.ShipmentLane) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625613#M1118203</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-02-10T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625614#M1118204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the variable is working. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You maybe also know the anwser how to sort the values?&lt;/P&gt;&lt;P&gt;In my top 5 it comes up as&lt;/P&gt;&lt;P&gt;500&lt;/P&gt;&lt;P&gt;900&lt;/P&gt;&lt;P&gt;300&lt;/P&gt;&lt;P&gt;505&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already got the subtotals added this is the only problem thats left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625614#M1118204</guid>
      <dc:creator />
      <dc:date>2014-02-10T09:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625615#M1118205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pivot is not very sort-friendly. Said that, try this: tab -&amp;gt;Sort-&amp;gt; Expression (Copy-paste the expression from expression tab-&amp;gt; Descending)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 10:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625615#M1118205</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-02-10T10:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625616#M1118206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last question I now got the top 10 is it possible to put last year performance of that typical shipmentlane next to this years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; revenue 2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; revenue 2013&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 10:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625616#M1118206</guid>
      <dc:creator />
      <dc:date>2014-02-10T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625617#M1118207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can, by using set analysis. Expression would be something like this: Sum({&amp;lt;Year={"$(=(Max(Year)-1))"}&amp;gt; }Revenue).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 10:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625617#M1118207</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-02-10T10:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625618#M1118208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 12:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625618#M1118208</guid>
      <dc:creator />
      <dc:date>2014-02-10T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625619#M1118209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Good morning! friend&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am facing&amp;nbsp; the same problem and I need your help&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I try to display the first 10 sales per country in a Pivot table&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: line-through;"&gt;&lt;A href="https://community.qlik.com/legacyfs/online/59825_sales.PNG.png"&gt;&lt;IMG alt="sales.PNG.png" class="jive-image jiveImage" height="400" src="https://community.qlik.com/legacyfs/online/59825_sales.PNG.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="296" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so I added this expression in dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: line-through;"&gt;&lt;A href="https://community.qlik.com/legacyfs/online/59826_Capture.PNG.png"&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image jiveImage" height="641" src="https://community.qlik.com/legacyfs/online/59826_Capture.PNG.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="936" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and as a result I have&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: line-through;"&gt;&lt;A href="https://community.qlik.com/legacyfs/online/59827_Capture.PNG.png"&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image jiveImage" height="237" src="https://community.qlik.com/legacyfs/online/59827_Capture.PNG.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="329" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;as you can see&amp;nbsp; for 2010 it gives a result&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USA-&amp;gt; France-&amp;gt; germany&lt;/SPAN&gt;&amp;nbsp; and the logical order is &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USA-&amp;gt; France-&amp;gt; UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; why?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 06:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625619#M1118209</guid>
      <dc:creator />
      <dc:date>2014-05-30T06:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625620#M1118210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Good morning! friend&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am facing&amp;nbsp; the same problem and I need your help&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I try to display the first 10 sales per country in a Pivot table&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: line-through;"&gt;&lt;A href="https://community.qlik.com/legacyfs/online/59828_sales.PNG.png"&gt;&lt;IMG alt="sales.PNG.png" class="jive-image jiveImage" height="400" src="https://community.qlik.com/legacyfs/online/59828_sales.PNG.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="296" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so I added this expression in dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: line-through;"&gt;&lt;A href="https://community.qlik.com/legacyfs/online/59829_Capture.PNG.png"&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image jiveImage" height="641" src="https://community.qlik.com/legacyfs/online/59829_Capture.PNG.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="936" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and as a result I have&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: line-through;"&gt;&lt;A href="https://community.qlik.com/legacyfs/online/59830_Capture.PNG.png"&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image jiveImage" height="237" src="https://community.qlik.com/legacyfs/online/59830_Capture.PNG.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="329" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;as you can see&amp;nbsp; for 2010 it gives a result&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USA-&amp;gt; France-&amp;gt; germany&lt;/SPAN&gt;&amp;nbsp; and the logical order is &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USA-&amp;gt; France-&amp;gt; UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; why?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 07:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625620#M1118210</guid>
      <dc:creator />
      <dc:date>2014-05-30T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table top 10</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625621#M1118211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the &amp;lt;=3 to &amp;lt;=10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-top-10/m-p/625621#M1118211</guid>
      <dc:creator />
      <dc:date>2014-06-03T06:30:20Z</dc:date>
    </item>
  </channel>
</rss>

