Very simple Condition
Advanced Rule
(Data Label 1 Not equals to MARS or Data Label 1 Not Equals PLUTO)
AND
Data Label 2 Equals Y
Show message "Blocked"
So i pass the following to this expression:
MARS and Y
Result is Message says "Blocked"
WHY? I have brackets around the first two conditions and an OR inside, then AND for the second part.
The expression should fail because i am saying NOT EQUALS....
Are the simplest things so trickly with K2?