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

How to make the rank as a static

Hi Team,

We have 60 ranks in a table chart, when a particular ID is selected we need to show the rank for that particular ID.

For example:

IDLogicRank
33Logic1
77Logic2
11Logic3
88Logic4
99Logic5
22Logic6
55Logic7
44Logic8
66Logic9

 

In Qlik sense, If we select 99 ID it is showing Rank "1" but I need the Rank as "5". And I need to show the rank in KPI object also.

Please guide me to solve this issue. Thanks in Advance.

1 Reply
stevejoyce
Specialist II
Specialist II

You'd need to ignore your filter selection that you don't want to impact recalculating of rank.  So in this case add to your set analysis {<ID = >}.  

If you only want to display the selected row with this rank, you can multiply by 1 that takes your filters like:

Rank(sum({<ID= >} value)) * count(distinct 1)