By default, multiple conditions are considered a match only if all of them are met. You can change that requirement by specifying a different operator for each additional condition.
Each condition is bound directly to the one above it. Use the arrow buttons to change the position of the conditions. You can use the following operators to define the type of combination for the conditions.
Option | Description |
---|---|
AND | The condition and the one above it must be met for the configuration to be applied. |
OR | The condition or the one above it must be met for the configuration to be applied. |
AND NOT | Not this condition, but the one above it must be met for the configuration to be applied. |
OR NOT | Either this condition must not be met or the one above it must be met for the configuration to be applied. |