AggregateFunction 元素 (ASSL)
定义 Measure 元素所使用的聚合函数的类型。
语法
<Measure>
...
<AggregateFunction>...</AggregateFunction>
...
</Measure>
元素特征
特征 |
说明 |
---|---|
数据类型和长度 |
String(枚举) |
默认值 |
Sum |
基数 |
0-1:可出现一次且仅出现一次的可选元素。 |
注释
此元素的值限定为下表中的字符串之一。
值 |
说明 |
---|---|
Sum |
使用 Sum 函数聚合度量值。 |
Count |
使用 Count 函数聚合度量值。 |
Min |
使用 Min 函数聚合度量值。 |
Max |
使用 Max 函数聚合度量值。 |
DistinctCount |
使用 DistinctCount 函数聚合度量值。 |
None |
不聚合度量值。 |
ByAccount |
按帐户聚合度量值。 |
AverageOfChildren |
通过返回度量值子成员的平均值聚合度量值。 |
FirstChild |
通过返回度量值的第一个子成员聚合度量值。 |
LastChild |
通过返回度量值的最后一个子成员聚合度量值。 |
FirstNonEmpty |
通过返回度量值的第一个非空成员聚合度量值。 |
LastNonEmpty |
通过返回度量值的最后一个非空成员聚合度量值。 |
在 Analysis Management Objects (AMO) 对象模型中,与 AggregateFunction 的允许值对应的枚举为 AggregationFunction。