Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Measure.isin(*values: Constant) → MembershipCondition[MeasureIdentifier, ‘IN’, Constant] | RelationalCondition[MeasureIdentifier, ‘EQ’, Constant]
Measure.isin(*values: Constant | None) → MembershipCondition[MeasureIdentifier, ‘IN’, Constant | None] | RelationalCondition[MeasureIdentifier, ‘EQ’, Constant | None]
Return a condition evaluating toTrue 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.