Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

LED Gauge in a straight chart

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?

2 Replies
Nicole-Smith

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()).

Not applicable
Author

Hi

and don't forget to set parameters to display gauge as an image

Chris