<?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 find second highest salary in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213683#M864550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below script in Calculated dimension and use Sum(Salary) in Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(Aggr(Rank(Sum(Salary),Employee)=1,Employee)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use dimension limits Tab, do the below thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sal.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147216_sal.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 06:16:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-21T06:16:39Z</dc:date>
    <item>
      <title>How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213679#M864546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi how find second&amp;nbsp; highest salary in qlikview &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/How-to-find-second-highest-salary/m-p/1213679#M864546</guid>
      <dc:creator>gkcchowdary</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213680#M864547</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;max(salary,2) // gives as per selection&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;Max({1}salary,2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 05:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213680#M864547</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-12-21T05:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213681#M864548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression, try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Salary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'=rank(sum(Salary))=2'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Salary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 05:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213681#M864548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T05:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213682#M864549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 05:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213682#M864549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T05:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213683#M864550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below script in Calculated dimension and use Sum(Salary) in Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(Aggr(Rank(Sum(Salary),Employee)=1,Employee)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use dimension limits Tab, do the below thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sal.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147216_sal.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 06:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213683#M864550</guid>
      <dc:creator />
      <dc:date>2016-12-21T06:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213684#M864551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into FirstSortedValue() function....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 06:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213684#M864551</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-12-21T06:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213685#M864552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use into expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(rank(sum(Salary))=2,sum(Salary),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 11:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213685#M864552</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-12-21T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find second highest salary</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213686#M864553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try:&lt;/P&gt;&lt;P&gt;=FirstSortedValue(Sal, aggr(rank(sum(Sal)),Name), 2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 12:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-second-highest-salary/m-p/1213686#M864553</guid>
      <dc:creator />
      <dc:date>2016-12-21T12:09:43Z</dc:date>
    </item>
  </channel>
</rss>

