Skip to main content
@overload
atoti.agg.long(
    operand: LevelOrVariableColumnConvertible,
    /,
) → MeasureDefinition
@overload
atoti.agg.long(
    operand: VariableMeasureConvertible,
    /,
    *,
    scope: CumulativeScope | SiblingsScope | OriginScope,
) → MeasureDefinition
Return a measure equal to the sum of the positive values of the passed measure across the specified scope.

Parameters

operand

The measure or table column to aggregate.

scope

The aggregation scope.