Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vijetas42
Specialist
Specialist

Rank function

Hello All,

Need your help with Rank().When I am applying rank() in grid its giving me correct rank but when i am using it in text box for selected geography its giving rank as 1 for each value.Please suggest your opinions.

Thanks!

Labels (1)
1 Reply
tresB
Champion III
Champion III

Rank function can only(directly) be used in chart expression. However, you can try alternatively like:

=Aggr(Rank(Sum({1} Amount)), Dimension)

PFA