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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
New-here1
Contributor III
Contributor III

Colour Formatting

Hi, 

How can I do the below please?

<10% shown in red

10%-90% shown in orange

>90% shown in green

Basically, I just want to show anything 0%-10% in red, anything between 10%-90% in orange and anything 90%-100% in red please

Thank you 

Labels (2)
1 Reply
SRA
Partner - Creator
Partner - Creator

Hi,

I would say... the solution depends of what you really want.

If you have a table like this :

SRA_0-1745333627776.png

You can apply a "text color expression" on the measure of your table (or any measure/dimension you want to color) : If(Avg(Perc)<0.1, LightRed(), If(Avg(Perc)<=0.9, '#FF9900', Green()))

Remark :  '#FF9900' is an hexa color code for one orange... 

If you have a KPI like this : 

SRA_3-1745334210934.png

You can setup colors with limits... 

SRA_2-1745334024825.png

If none of these solutions fit to your requirement then tell us more about your requirement. 

If this is ok for you, please tick the answer as a solution.

Regards,

SRA