Expression

Description

Is "Montreal"

Uses the Is operator to display records where the field’s value is Montreal.

"Ottawa" Or "Toronto"

Uses the Or operator to display records where the field’s value is Ottawa or Toronto.

In("Canada", "US")

Uses the In operator to display records where the field’s value is Canada or US.

Not "France"

Uses the Not operator to display records where the field’s value is not France.