<?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 How to Show top 10 values for each group? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648446#M237365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manager ,employee, salar&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; for under each manger&amp;nbsp; i want show top 10&amp;nbsp; salryed employess in in straight or pivot table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on&lt;/P&gt;&lt;P&gt;&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, 08 Aug 2014 15:34:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-08T15:34:48Z</dc:date>
    <item>
      <title>How to Show top 10 values for each group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648446#M237365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manager ,employee, salar&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; for under each manger&amp;nbsp; i want show top 10&amp;nbsp; salryed employess in in straight or pivot table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on&lt;/P&gt;&lt;P&gt;&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, 08 Aug 2014 15:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648446#M237365</guid>
      <dc:creator />
      <dc:date>2014-08-08T15:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Show top 10 values for each group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648447#M237366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a straight table try this as the expression to show top 10 Salaries for each manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( aggr( rank(&amp;nbsp; sum(&amp;nbsp; Salary)),Manager,Employee) &amp;lt;=10, sum(Salary))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to actually show the rank as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( aggr( rank(&amp;nbsp; sum(&amp;nbsp; Salary)),Manager,Employee) &amp;lt;=10, aggr( rank(&amp;nbsp; sum(&amp;nbsp; Salary)),Manager,Employee))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 15:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648447#M237366</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-08T15:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Show top 10 values for each group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648448#M237367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;1) Manager&lt;/P&gt;&lt;P&gt;2) IF(Aggr(Rank(SUM(Salary),4),Manager,Employee)&amp;lt;=10,Employee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(Salary)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 15:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648448#M237367</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-08T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Show top 10 values for each group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648449#M237368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;in a straight table you can also use dimension limit (in dimension limits tab)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 16:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Show-top-10-values-for-each-group/m-p/648449#M237368</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-08T16:02:33Z</dc:date>
    </item>
  </channel>
</rss>

