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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Amber in a Text Colour expression?

Hello all,

I am trying to write a Text Colour expression within an expression in a chart but I cannot seem to locate the amber/orange keyword. I am using black instead but the end user requires amber instead of black.

if(avg({< Link_Date = {'40944'} >}SATS)/100>=0.85,lightgreen(),

If(avg({< Link_Date = {'40944'} >}SATS)/100<=0.74, lightred(),

black()))

Thanks in advance.

1 Reply
m_woolf
Master II
Master II

Use whatever rbg values you want:

rgb(xxx,xxx,xxx)