<?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 Qliksense frontend scripting for rank in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-frontend-scripting-for-rank/m-p/2423310#M95895</link>
    <description>&lt;P&gt;&lt;SPAN&gt;There is a column name hours which calculate no of hours employee has worked and a column event which tells event name the employee has participated.I have to calculate rank of a person who has maximum hours and who has participated in maximum events(count of event against his name).also if two person has same rank then display both name in KPI. I want this in frontend.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 07:03:29 GMT</pubDate>
    <dc:creator>Rookie</dc:creator>
    <dc:date>2024-02-26T07:03:29Z</dc:date>
    <item>
      <title>Qliksense frontend scripting for rank</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-frontend-scripting-for-rank/m-p/2423310#M95895</link>
      <description>&lt;P&gt;&lt;SPAN&gt;There is a column name hours which calculate no of hours employee has worked and a column event which tells event name the employee has participated.I have to calculate rank of a person who has maximum hours and who has participated in maximum events(count of event against his name).also if two person has same rank then display both name in KPI. I want this in frontend.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 07:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-frontend-scripting-for-rank/m-p/2423310#M95895</guid>
      <dc:creator>Rookie</dc:creator>
      <dc:date>2024-02-26T07:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense frontend scripting for rank</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-frontend-scripting-for-rank/m-p/2423430#M95903</link>
      <description>&lt;P&gt;I would recommend doing such complicated calculations in the script if possible.&lt;/P&gt;
&lt;PRE&gt;{&amp;lt;PersonID = {$(=Concat(Aggr(If(Rank(Sum(Hours), 1) = 1, PersonID), PersonID), ','))}&amp;gt;}&lt;BR /&gt;Concat(Aggr(If(Rank(Count(Hours), 1) = 1, Person), PersonID), ', ')&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 10:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-frontend-scripting-for-rank/m-p/2423430#M95903</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-02-26T10:09:34Z</dc:date>
    </item>
  </channel>
</rss>

