Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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