<?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: Highlighting first highest 3 under each Branch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1728052#M722556</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;any chance you can circle back and have a last look at the latest post?&amp;nbsp; Sorry for the bother, but I am not as good as you are at these types of questions.&amp;nbsp; If anyone else that is a better developer than me has a minute and can check, appreciate it.&amp;nbsp; Given it is groupings is the part that is throwing me.&amp;nbsp; Am assuming may need to use AGGR in things, but not sure, so I guess I can toss out the following Design Blog post, as that might help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 13:34:31 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-07-15T13:34:31Z</dc:date>
    <item>
      <title>Highlighting first highest 3 under each Branch</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1723640#M722551</link>
      <description>&lt;P&gt;Dear Friends!&lt;/P&gt;&lt;P&gt;If I'am to show first highest three MEs under each depts, how the equation be revised to accommodate said changes.Appreciate if I am provided with a solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1723640#M722551</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting first highest 3 under each Branch</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1723678#M722552</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
  IF(Sum(REFUND%) &amp;gt;= Max(TOTAL&amp;lt;BRANCH&amp;gt; Aggr(Sum(REFUND%), ME, BRANCH, REGION), 3), Sum(REFUND%))
, ME, BRANCH, REGION))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Jun 2020 18:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1723678#M722552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-06-30T18:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting first highest 3 under each Branch</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1724891#M722553</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Once your formula applied three employees are chosen but not in a descending order such as 1st one being the highest refund ratio holder &amp;amp; second being the 2nd highest&amp;nbsp; etc. Please refer the green coloured column where expected order is not maintained. Should the expression to be amended ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 16:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1724891#M722553</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-07-03T16:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting first highest 3 under each Branch</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1725316#M722554</link>
      <description>&lt;P&gt;I am not sure I follow your question. Can you explain what is the issue?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 11:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1725316#M722554</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-07-06T11:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting first highest 3 under each Branch</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1725815#M722555</link>
      <description>&lt;P&gt;I need to arrange the highest three people under each Branch such as below. The formula doesn't fix this order, isn't it?&lt;/P&gt;&lt;TABLE width="357"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="98"&gt;BRANCH&lt;/TD&gt;&lt;TD width="98"&gt;ME&lt;/TD&gt;&lt;TD width="83"&gt;REGION&lt;/TD&gt;&lt;TD width="78"&gt;SUM(REFUND%)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EHELIYAGODA&lt;/TD&gt;&lt;TD&gt;DAYAN&lt;/TD&gt;&lt;TD&gt;SABA&lt;/TD&gt;&lt;TD&gt;75%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EHELIYAGODA&lt;/TD&gt;&lt;TD&gt;NIMESH&lt;/TD&gt;&lt;TD&gt;SABA&lt;/TD&gt;&lt;TD&gt;45%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EHELIYAGODA&lt;/TD&gt;&lt;TD&gt;DILIP&lt;/TD&gt;&lt;TD&gt;SABA&lt;/TD&gt;&lt;TD&gt;40%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EHELIYAGODA&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;165%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EMBILIPITIYA&lt;/TD&gt;&lt;TD&gt;KUMAR&lt;/TD&gt;&lt;TD&gt;SOU&lt;/TD&gt;&lt;TD&gt;60%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EMBILIPITIYA&lt;/TD&gt;&lt;TD&gt;DINESH&lt;/TD&gt;&lt;TD&gt;SOU&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EMBILIPITIYA&lt;/TD&gt;&lt;TD&gt;SILVA&lt;/TD&gt;&lt;TD&gt;SOU&lt;/TD&gt;&lt;TD&gt;15%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EMBILIPITIYA&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;145%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RATNAPURA&lt;/TD&gt;&lt;TD&gt;NIMAL&lt;/TD&gt;&lt;TD&gt;SABA&lt;/TD&gt;&lt;TD&gt;29%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RATNAPURA&lt;/TD&gt;&lt;TD&gt;HIMAN&lt;/TD&gt;&lt;TD&gt;SABA&lt;/TD&gt;&lt;TD&gt;25%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RATNAPURA&lt;/TD&gt;&lt;TD&gt;PIYAL&lt;/TD&gt;&lt;TD&gt;SABA&lt;/TD&gt;&lt;TD&gt;15%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 16:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1725815#M722555</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-07-07T16:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting first highest 3 under each Branch</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1728052#M722556</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;any chance you can circle back and have a last look at the latest post?&amp;nbsp; Sorry for the bother, but I am not as good as you are at these types of questions.&amp;nbsp; If anyone else that is a better developer than me has a minute and can check, appreciate it.&amp;nbsp; Given it is groupings is the part that is throwing me.&amp;nbsp; Am assuming may need to use AGGR in things, but not sure, so I guess I can toss out the following Design Blog post, as that might help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 13:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-first-highest-3-under-each-Branch/m-p/1728052#M722556</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-07-15T13:34:31Z</dc:date>
    </item>
  </channel>
</rss>

