Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
amars
Specialist
Specialist

Highest Rank

Hi all,

While using Rank Function, I wish to find out the last rank in the row. i.e.

User     Score     Rank(Total Sum(Score))

abc       55          3

pqr        22          4

xyz       71          2

anz       91          1

Now I wish to find out 4 for each row of the Chart Table . i.e. desired output

User     Score     Rank(Total Sum(Score))     highest Rank

abc       55          3                                       4

pqr        22          4                                       4

xyz       71          2                                       4

anz       91          1                                       4

Kindly suggest how can I achieve this.

Thanks in advance

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Try with this

Max(Total Aggr(Rank(Sum(Score)),User))

View solution in original post

4 Replies
michael_maeuser
Partner Ambassador
Partner Ambassador

bottom(rowno())

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Try with this

Max(Total Aggr(Rank(Sum(Score)),User))

jjordaan
Partner - Specialist
Partner - Specialist

Try This Rank(-Sum(Field))

vikasmahajan

=AGGR(Rank( Total(Rank(Total Sum(Score)) , USER,SCORE)

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.