Multiple Conditions can be combined using Boolean operators:
- Matches All (AND Boolean)
- Does Not Match (NOT
Boolean)
- Matches Any (OR Boolean)
Example Rules using Boolean Operators:
All users in country "Spain" but not in site "Madrid".

All users that are not in group "Trading"

The operators may be combined freely, however, too complex statements will become difficult to read and manage.