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

how to get 2nd Highest

i want get 2nd highest value in particular column.

which function is used for that?

Please reply.

1 Solution

Accepted Solutions
4 Replies
rubenmarin

Maybe with Max(TOTAL YourExpression, 2)

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Probably use Rank() function. I.e

=Rank(YourExpression,4) = 2

Not applicable
Author

Something Like this

=IF(aggr(Rank(sum(Metric Value)),Your Field)=2,Your Field)

Regards

John