Quota Setup > Expression quotas > Defining expression quotas > Advanced expressions > Logical operators in expression quotas > And
 
And
Combine two sub-expressions with the And operator when you want to define a quota for respondents who satisfy both sub-expressions.
Syntax
The syntax is:
Expression1 And Expression2
Example
You would define a quota for young male respondents as follows:
gender.ContainsAny({MALE}) And age.ContainsAny({E1720_YEARS, E2124_YEARS})
This expression selects respondents whose gender is male and whose age is either 17-20 years or 21-24 years.
See also
Logical operators in expression quotas
Or
Not