Hello, is it possible to base a threshold on a column but also have it hidden?
I have a table that looks like:
CoreSwitchName, Status, StatusValue
MAIN SWITCH, UP, 1
DR SWITCH, DOWN, 0
I base the threshold on the statusvalue (i cant figure if it’s possible to change color based on a string (up or down). So if it’s up it’s a 1 and the status is green, if down 0 and status is red.
But I dont care to display the StatusValue column…I tried also making it hidden but it does not hide.
Any help or tips would be greatly appreciated!