Operator
|
Meaning
|
Used with
|
---|---|---|
=
|
Equal to
|
Numeric and text variables
|
<>
|
Not equal to
|
Numeric and text variables
|
>
|
Greater than
|
Numeric variables
|
<
|
Less than
|
Numeric variables
|
>=
|
Greater than or equal to
|
Numeric variables
|
<=
|
Less than or equal to
|
Numeric variables
|
Expression
|
Selects
|
---|---|
visits > 5
|
Respondents for whom the visits numeric variable holds a value greater than 5
|
visits <= 5
|
Respondents for whom the visits numeric variable holds a value less than or equal to 5
|