Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to use an LED gauge as my representation for an expression in a chart. The same formula i use in the background..
if(expression<.80, red(), green())
doesnt seem to work in the gauge settings>calculated color. Just trying to get the color of the displayed text to change based on the value..
Has anyone run in to this?
You need to replace "expression" with your actual expression.
For example, you have if(expression<.80, red(), green()), but if your expression is sum(Sales), it should read if(sum(Sales)<.80, red(), green()).
Hi
and don't forget to set parameters to display gauge as an image
Chris