<?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: Top 5 in pivot table not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245531#M860306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are absolutely right, I just responded to the original post. I have two more expressions. Do you suggest adding your expression, which is If(Len(Trim([Top 5]))&amp;gt;0, Median({&amp;lt;Cost={'&amp;gt;10'}&amp;gt;} Cost))?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2017 14:48:37 GMT</pubDate>
    <dc:creator>infock12</dc:creator>
    <dc:date>2017-01-13T14:48:37Z</dc:date>
    <item>
      <title>Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245523#M860298</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 looked at various forums and tried to make it work but it looks like I'm missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with SessionOwner and [Product Name] as Dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In expression, I have;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 10pt;"&gt;if(Aggr(Rank(Count(ProductID)),SessionOwner, [Product Name])&amp;lt;=5, count(ProductID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Column - SessionOwner&lt;/P&gt;&lt;P&gt;Second Column - Product Name&lt;/P&gt;&lt;P&gt;Third Column - I am getting ALL the products but the values are shown only for the top 5 products. However, ALL the other products also appear in the result but with a blank value. How can I just display the top 5 values please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245523#M860298</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245524#M860299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Presentaion tab check "Suppress Zero-Values" and this should take care of the blank values. Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245524#M860299</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-13T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245525#M860300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;you can try what Thirumala has said. you can also try of applying the same expression to other dimensions. But what I guess is what Thirumala suggested will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245525#M860300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T14:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245526#M860301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi TD,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks for this, but it is already suppressed. I think I wasn't clear in my question. It is actually not a blank value.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let us say there are 10 products. All 10 products does have a value but they appear as '-'. Only the top 5 values have a number. I have attached an excel spreadsheet of how it appears. Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245526#M860301</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T14:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245527#M860302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AP, I have responded to Thirumala. I tried what Thirumala have suggested but the box was already checked. Basically, I want the pivot table to only show the top 5 products but it is displaying all the products. I have attached the spreadsheet in my previous response if that is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245527#M860302</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245528#M860303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Do you have Median Sales and Median cost as your expressions also? You need to force there values to be null or 0 to hide those rows where Top 5 is 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(Len(Trim([Top 5])) &amp;gt; 0, YourExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245528#M860303</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T14:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245529#M860304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi both,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I must have said this earlier. I am using two more expressions, which are Median({&amp;lt;Cost={'&amp;gt;=10'}&amp;gt;}Cost), &lt;SPAN style="font-size: 13.3333px;"&gt;Median({&amp;lt;Sales={'&amp;gt;=10'}&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;Sales&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried removing those two expressions from the pivot and it works correctly, so it looks like it has to do with the two additional expressions. Do I have to include this in the If(Aggr(.. statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245529#M860304</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245530#M860305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Aggr(Rank(Count(ProductID)),SessionOwner, [Product Name])&amp;lt;=5, count(ProductID))&lt;/STRONG&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;&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;Exp2&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Aggr(Rank(Count(ProductID)),SessionOwner, [Product Name])&amp;lt;=5, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Median({&amp;lt;Cost={'&amp;gt;=10'}&amp;gt;}Cost)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Aggr(Rank(Count(ProductID)),SessionOwner, [Product Name])&amp;lt;=5, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Median({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sales&lt;/SPAN&gt;={'&amp;gt;=10'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sales&lt;/SPAN&gt;)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245530#M860305</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T14:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245531#M860306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are absolutely right, I just responded to the original post. I have two more expressions. Do you suggest adding your expression, which is If(Len(Trim([Top 5]))&amp;gt;0, Median({&amp;lt;Cost={'&amp;gt;10'}&amp;gt;} Cost))?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245531#M860306</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T14:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245532#M860307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do either or...&lt;/P&gt;&lt;P&gt;Use the expression Label (Top 5) to check if it is null or use the actual if statement. I would prefer expression label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245532#M860307</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245533#M860308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly, thanks for that. Just one last question. I want to sort by the first expression descending. Inside the 'Sort' option, I tried different things such as unticking all the boxes and tried sort by first expression, didn't do it. Please could you advise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245533#M860308</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245534#M860309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try sort by y value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245534#M860309</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245535#M860310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I go into the Sort field, I tried the first Dimension (Session Owner) and selected Y value, but it didn't work. The second dimension Product Name does not give me the option of Y value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245535#M860310</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T15:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245536#M860311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample or a screenshot of what you have? and a little explanation of what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245536#M860311</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T15:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245537#M860312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to sort the 3rd column descending (first expression) for each SessionOwner(first column). The first two columns are dimensions.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Products.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149391_Products.PNG" style="height: 395px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245537#M860312</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245538#M860313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this discussion offers any help&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/244723"&gt;Pivot Table - Sort top article per month&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245538#M860313</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245539#M860314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, will have a look and let you know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245539#M860314</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T15:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245540#M860315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245540#M860315</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245541#M860316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Properties--&amp;gt;Dimension--&amp;gt; click on suppress&amp;nbsp; when value in null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you will get result for top 5 values only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245541#M860316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 in pivot table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245542#M860317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pooja, very helpful. Sorted this out with Sunny's response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-in-pivot-table-not-working/m-p/1245542#M860317</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2017-01-13T16:43:44Z</dc:date>
    </item>
  </channel>
</rss>

