計數器彙總函數針對資料載入指令碼中的大量記錄或者圖表維度中的大量值,傳回各種類型的運算式計數。
Count() 會傳回運算式中已彙總的值數目,如 group by 子句所定義。
MissingCount() 會傳回運算式中已彙總的遺漏值數目,如 group by 子句所定義。
NullCount() 會傳回運算式中已彙總的
TextCount() 會傳回運算式中已彙總的非數值欄位值數目,如 group by 子句所定義。
下列計數器彙總函數可用於圖表中:
count({[SetExpression] [DISTINCT] [TOTAL [<fld {,fld}>]]} expr)
missingcount({[SetExpression] [DISTINCT] [TOTAL [<fld {,fld}>]] expr)
nullcount({[SetExpression][DISTINCT] [TOTAL [<fld {,fld}>]]} expr)
numericcount({[SetExpression] [DISTINCT] [TOTAL [<fld {,fld}>]]} expr)
textcount({[SetExpression] [DISTINCT] [TOTAL [<fld {,fld}>]]} expr)