<?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: About Rank Function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748677#M267139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dim: DeptNo&lt;/P&gt;&lt;P&gt;Expr: If( Rank(Aggr(Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sal&lt;/SPAN&gt;),DeptNo))&amp;lt;10,Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sal&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 16:09:09 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-01-07T16:09:09Z</dc:date>
    <item>
      <title>About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748673#M267135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Table with Emp_ID,Sal,Deptno&lt;/P&gt;&lt;P&gt;I want to show only top 10 Salaries Deptno or Emp_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Rank(sum(Sal),10) --It is not giving the proper result what i expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u plz suggest me this using Rank function only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried aggr(rank(sum(Sal))&amp;lt;10,Deptno) --- both are not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 15:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748673#M267135</guid>
      <dc:creator />
      <dc:date>2015-01-07T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748674#M267136</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;I have try to achieve this , Let me know if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Priyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 15:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748674#M267136</guid>
      <dc:creator>priyalshah9779</dc:creator>
      <dc:date>2015-01-07T15:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748675#M267137</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;Can please post the logic Here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 15:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748675#M267137</guid>
      <dc:creator />
      <dc:date>2015-01-07T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748676#M267138</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;&lt;/P&gt;&lt;P&gt;Dimension: DepartmentName,Employeeid&lt;/P&gt;&lt;P&gt;Expression :=IF(Rank(Total Sum(Salary))&amp;lt;4,Sum(Salary))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Priyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 16:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748676#M267138</guid>
      <dc:creator>priyalshah9779</dc:creator>
      <dc:date>2015-01-07T16:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748677#M267139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dim: DeptNo&lt;/P&gt;&lt;P&gt;Expr: If( Rank(Aggr(Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sal&lt;/SPAN&gt;),DeptNo))&amp;lt;10,Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sal&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 16:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748677#M267139</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-01-07T16:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748678#M267140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like others have suggested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions: Dept No and Emp No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;If(Rank(Sum(TOTAL Sal),4) &amp;lt;= 10, Sum(Sal))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 16:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748678#M267140</guid>
      <dc:creator>jpapador</dc:creator>
      <dc:date>2015-01-07T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748679#M267141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could also use dimension limits in your chart:&lt;/P&gt;&lt;P&gt;Chart properties/Dimension limits/show only largest 10 values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 17:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748679#M267141</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-07T17:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748680#M267142</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;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;but it's not giving proper result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 08:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748680#M267142</guid>
      <dc:creator />
      <dc:date>2015-01-08T08:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748681#M267143</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;but it is giving the other departments also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 08:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748681#M267143</guid>
      <dc:creator />
      <dc:date>2015-01-08T08:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748682#M267144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only using with rank() i want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 08:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748682#M267144</guid>
      <dc:creator />
      <dc:date>2015-01-08T08:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: About Rank Function?</title>
      <link>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748683#M267145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 10:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-Rank-Function/m-p/748683#M267145</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-08T10:17:13Z</dc:date>
    </item>
  </channel>
</rss>

