Fields
Sample data
This rule compares two checks on an order’sprice: greater than 100 on the left, less than 10 on the right. A price matches when exactly one side is true. A mid-range price triggers neither side, so it does not match. (A price cannot be both above 100 and below 10, so the “both true” case never arises here; if it ever did, the rule would not match.)