@overload
atoti.agg.square_sum(
operand: LevelOrVariableColumnConvertible,
/,
) → MeasureDefinition
@overloadReturn a measure equal to the sum of the square of the passed measure across the specified scope.
atoti.agg.square_sum(
operand: VariableMeasureConvertible,
/,
*,
scope: CumulativeScope | SiblingsScope | OriginScope,
) → MeasureDefinition
Parameters
operand
The measure or table column to aggregate.scope
Theaggregation scope.