Add 'Either' operator to search option, or a greater than for numeric values would work too

jchellis
New Contributor

Trying to nail down a list of my mobile devices that are either not supervised, not managed, or on iOS 7.0.4. This was easy by using the 'OR' operator, but since 7.0.6 came out my list has to contain those not on EITHER iOS 7.0.4 or 7.0.6. I thought I could do this with fancy parenthesis placement but apparently I can't use an 'OR' before or after parenthetic groups.

Basically, I'm looking for something like this:

Managed is not Managed
OR
Supervised is not Supervised
OR ( either iOS Version is not 7.0.4
OR
iOS Version is not 7.0.6 )

A greather than/less than/greater or equal to/less than or equal to value would work too, for numeric values like iOS versions.

Managed is not Managed
OR
Supervised is not Supervised
OR iOS Version is not greater than/equal to 7.0.4

0 REPLIES 0