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.
atoti.agg.distinct(operand: LevelOrVariableColumnConvertible, /) → MeasureDefinition
atoti.agg.distinct(operand: VariableMeasureConvertible, /, *, scope: CumulativeScope | SiblingsScope | OriginScope) → MeasureDefinition
Return an array measure equal to the distinct values of the passed measure across the specified scope.- Parameters:
- operand – The measure or table column to aggregate.
- scope – The
aggregation scope.