Quota Setup > Expression quotas > Defining expression quotas > Advanced expressions > Logical operators in expression quotas > Not
 
Not
Use the Not operator when you want to define a quota for respondents who do not have a particular characteristic.
Syntax
Not Expression1
Example
To define a quota for male respondents who are not in the 17-20 or 21-24 age groups (that is, they are younger than 17 or older than 24):
gender.ContainsAny({MALE}) And Not age.ContainsAny({E1720_YEARS, E2124_YEARS})
See also
Logical operators in expression quotas
And
Or