Skip to main content
@overload
Measure.isin(
    *values: Constant,
) → MembershipCondition[MeasureIdentifier, ‘IN’, Constant] | RelationalCondition[MeasureIdentifier, ‘EQ’, Constant]
@overload
Measure.isin(
    *values: Constant | None,
) → MembershipCondition[MeasureIdentifier, ‘IN’, Constant | None] | RelationalCondition[MeasureIdentifier, ‘EQ’, Constant | None]
Return a condition evaluating to True where this measure evaluates to one of the given values, and evaluating to False elsewhere.

Parameters

*values

One or more values that the measure will be compared against.
Conditions on single values are normalized to equality conditions: