Tests if a value matches any candidate value in a subsequent list of candidate values. Returns True if the value matches any of the subsequent candidate values, False if no values are matched.
Category: logical
Syntax:
Returns: BooleanColumn
Context Filtering: ✓ Yes
Parameters
Validation
- Minimum parameters: 2
- Maximum parameters: Unlimited
Examples
Tests if “green” matches any of the candidate values.
Result: true
Returns True for rows where Customer ID is 2000, 3000, or 4000. Last modified on March 13, 2026