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