I have an expression tag which I want to be the minimum time left in cycle for a group of ovens. I am using the “min” function on a group of “if” statements that each test if an oven is in cycle and return either Null of the cycle time. That all works well, until…
But when I try to include an oven that is currently powered down (with all bad quality tags) the expression result is also bad. I need to be able to test if the oven tag is bad and if so, just put a Null in the “min” expression. However I am failing at this task. I tried testing with “isGood” but even that caused a bad expression quality.
I’m hoping I am missing something obvious.