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

Highlighting the highest values in a column?

Dear All,

I have a requirement where in i need to highlight the highest values in a column,

is it possible ??

kindly help

DIVNMonthGross SalesCredit NoteNet SalesFree IssuesWESTSOUTHNORTHEAST
TOTAL32,32899031,3273,2123434.116.915.1
XYZTOTAL
Total4,6201004,51857435.331.71716.1
Apr1,548381,51019137.729.716.116.5
May1,462321,42918034.731.118.615.6
Jun1,610301,57920433.534.116.316.2
Total5,3791315,24669638.831.115.814.3
Jul1,658481,60921435.433.616.714.3
Aug1,797441,75323139.430.515.914.1
Sep1,925391,8852504129.614.914.4
Total1,927641,86124432.734.31815
Oct1,491371,45319031.632.719.216.5
Nov435274085436.539.913.89.8

Kindly help?

Thanks and Regards,

Rohit Yadav

5 Replies
vinay_hg
Creator III
Creator III

in the Expression -->

background color expression.. write an expression like

if(max(expression), rgb(0,255,0))

Capture.JPG.jpg

anbu1984
Master III
Master III

Check this

sujeetsingh
Master III
Master III

Rohit,

Expressions have Attributes as shown in Vinay's screenshot image.

Use Text Colour attribute and write down the condition you want

For example

If(sum(Sales)>=500,LightGreen())

This will colour all 500 and greater values to light green colour

ashwanin
Specialist
Specialist

Go to Expression -->Click on + sign --> Text -->Definition (add formula)

ie if(max(expression), rgb(0,255,0))

rohitians
Creator III
Creator III
Author

Hey,

I did the same i used rank function instead

Thanks for your help..

Thanks and Regards,

Rohit