'Declaration Public Enum AggregatorType Inherits System.Enum
public enum AggregatorType : System.Enum
Member | Description |
---|---|
Average | The aggregated function will returns the average of cells value. |
AverageOfChildren | The aggregated function will returns the average of the measure's children. |
ByAccount | Aggregated by the aggregation function associated with the specified account type of an attribute in an account dimension. |
Calculated | The aggregated function will returns the result derived from a formula. |
Count | The aggregated function will count the number of the values. |
DistinctCount | The aggregated function will returns the number of distinct, nonempty tuples in a set. |
FirstNonEmpty | The aggregated function will returns the measure's first nonempty member. |
LastNonEmpty | The aggregated function will returns the measure's last nonempty member. |
Max | The aggregated function will returns the largest value. |
Min | The aggregated function will returns the smallest value. |
None | No aggregation performed. |
Std | The aggregated function will estimates the standart deviation based on sample. |
Sum | The aggregated function adds all values. |
Unknown | The aggregated function is undefined. |
Var | The aggregated function will estimates variance based on the sample. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2