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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pivot table- Rank

Hi,

I have a pivot table and I have sorted it according to the total points(descending).

Expression for total points is attached. I've used the same expression to sort the table.

Capture.PNG

I  want to add a rank to the teams depending on the total points (highest point will be rank 1). How can I achieve that? I want the rank function to work even when the table is expanded.


Capture.PNG


Thanks!

2 Replies
everest226
Creator III
Creator III

Rank( Count (DISTINCT

Just a thought , use this in expression.

Clever_Anjos
Employee
Employee

Maybe

Rank( Sum(total <Team>  [your points expression]))