On my dashboard, I would like a gauge block to say “OK” if the value is 1 and “LOW” if the value is 0. I assume this is very simple but I don’t know how and haven’t found anything that tells me how. Thanks in advance.
Hi @Lyndon_Walker !
Gauge Blocks can only display Number
attribute types either as a number or as a visual representation in a dial. You could add an Indicator Block to display text when certain conditions are met. To use your example, you could do something like this:
Does this work for your use-case?