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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Expression for custom color for measures

Hi All,

I created Two  measures and one Expression for Color.


My Expression For conditional color: It is giving same color for 2 bars.

If($(=Round(Avg([Unavailability%])))<>0,RGB(0,0,255),

if($(=Round(Avg([Overall Availability%])))>=98,RGB(0,128,0),

If($(=Round(Avg([Overall Availability%])))>=97,RGB(255,255,0),RGB(255,0,0))))

Pls help me.

Thanks,

Krishna

0 Replies