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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

1st, 2nd, 3rd, 4th and 5th Highest Values

Hi

Im trying to create a chart with 1 to 5 highest ranking. Im getting some ranking but where the values are zeros or same then its not showing the ranking as you can see below:

The logic I am trying to build is:

If (B1 = 'B1' , rank 1 to 5) based on COLUMN (PBF1 , PBF2 , PBF3 , PBF4 , PBF5)

Can you please advise me how to resolve this?

I have attached the qv sample file.

Thanks Regards,

Farrukh

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Here fixed the two variables and it seems to fix the issue

Capture.PNG

View solution in original post

5 Replies
sunny_talwar
MVP
MVP

If you look at the example where there is no value for CBF1.. you will see that none of the 5 variables have value 3

Capture.PNG

In fact, the last variable ($(PBF_1_5_1L)) is not even available in the application and the second last variable ($(PBF_1_5_2L)) is always 0.

sunny_talwar
MVP
MVP

Here fixed the two variables and it seems to fix the issue

Capture.PNG

Anonymous
Not applicable
Author

Hi sunny

CBF1 has the formula which is calculating the rank. As u can see some of the cells have 1H 2H etc

PBF1 TO 5 have the values and im using the variables PBF_1_5_1H to 1L ... to rank based on PBF1 , 2 , 3 , 4 , 5

Please let me know if above description not explained clearly

Kind regards

FARRUKH

sunny_talwar
MVP
MVP

Did you check my second response?

Anonymous
Not applicable
Author

Thanks a mil Sunny!