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

Highlighting top 5 values in qliksense table

Hi, I am new to qliksense , I was not able to create an expression of background color for top 5 values in the coloumn. Can someone help me with the same
Labels (3)
2 Replies
juraj_misina
Luminary Alumni
Luminary Alumni

Try

If(Rank(Expression)<=5, LightRed())

Replace "Expression" with whatever expression you are using in that particular column.

Help page on Rank()

OmarBenSalem

Try, if (rank(UrMeasure,UrDimension)<=5, green()) 

 

Per analogy :

Capture.PNG