Menu

The aggregation kind of a collection of data points having an specific member combination in common

Index

Enumeration members

ATOMIC_MEAN

ATOMIC_MEAN: = "ATOMIC_MEAN"

arithmetic mean of the leaves from all paths a sum node with this aggregation type spans

COUNT

COUNT: = "COUNT"

CUMULATIVE_MEAN

CUMULATIVE_MEAN: = "CUMULATIVE_MEAN"

arithmetic mean of all direct children a sum node with this aggregation type has

MAX

MAX: = "MAX"

MIN

MIN: = "MIN"

NONE

NONE: = "NONE"

This means no aggregation. Can't show up on a member that has the isAggregate flag. Is mostly used for the CalculateAggregationCommand

NULL

NULL: = "NULL"

SUM

SUM: = "SUM"

UNKNOWN

UNKNOWN: = "UNKNOWN"