Is it possible in 1.4.5 to do logic operations such as NOT AND (NAND)?
I need to check for 2 items to both be false in conjunction with another item. I can get a trigger that works if all the items are false, but trips out if one of the last 2 is positive...
Ideally I'd like to do Item1=1 &( item2 Not AND item3)
Can this be done in current version?
I need to check for 2 items to both be false in conjunction with another item. I can get a trigger that works if all the items are false, but trips out if one of the last 2 is positive...
Ideally I'd like to do Item1=1 &( item2 Not AND item3)
Can this be done in current version?