Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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]))