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