I have a label where the Text is bound to a numeric value (numberFormat({Tag/Path/Here},"#0.0")+" PSI") .
I am changing the foreground color from white to red if the value is below 12.
if ({Tag/Path/Here}< 12,
COLOR(255,0,0),COLOR(255,255,255))
I want to change the foreground color to red if the value is less than 12 and greater than16. Just adding in "... or > 16..."
doesn't seem to work. Any help is greatly appreciated!
To go one step further (if this is something you're going to want to do multiple times), you could embed the label in a view, add one property, and change the style based on that property. Then you can do more complex things in your style.