这些函数只可用于图表表达式中。
字段函数可返回整数或字符串,以便确定不同的字段选择项情况。
getalternativecount (field_name)
GetExcludedCount() 用于查找标识字段中排除相异值的数量。排除的值包括替代项(浅灰)、排除项(深灰)以及所选排除项(带复选标记的深灰)字段。
GetExcludedCount - 图表函数(field_name)
此图表函数用于返回名为 fieldname 的字段中非选定值的数量。字段必须处于“和”模式以使此函数相关。
GetNotSelectedCount(fieldname [, includeexcluded=false])
getpossiblecount(field_name)
getselectedcount (field_name [, include_excluded])
getcurrentselections([record_sep [,tag_sep [,value_sep [,max_values]]]])
GetFieldSelections() 用于返回包含字段内当前选择项的字符串。
getfieldselections ( field_name [, value_sep [, max_values]])
GetObjectDimension() 返回维度的名称。Index(索引)是一个可选整数,表明应返回的维度。
getobjectdimension ([index])
GetObjectField() 返回维度的名称。Index(索引)是一个可选整数,表明应返回的维度。
GetObjectField ([index])
GetObjectMeasure() 返回度量的名称。Index(索引)是一个可选整数,表明应返回的度量。
getobjectmeasure ([index])