Field functions
These functions can only be used in chart expressions.
Field functions either return integers or strings identifying different aspects of field selections.
These functions can only be used in chart expressions.
Field functions either return integers or strings identifying different aspects of field selections.
getalternativecount (field_name)
GetExcludedCount() finds the number of excluded distinct values in the identified field. Excluded values include alternative (light gray), excluded (dark gray), and selected excluded (dark gray with check mark) fields.
GetExcludedCount - chart function(field_name)
This chart function returns the number of not-selected values in the field named fieldname. The field must be in and-mode for this function to be relevant.
GetNotSelectedCount(fieldname [, includeexcluded=false])
getpossiblecount(field_name)
getselectedcount (field_name [, include_excluded])
getcurrentselections([record_sep [,tag_sep [,value_sep [,max_values]]]])
GetFieldSelections() returns a string with the current selections in a field.
getfieldselections ( field_name [, value_sep [, max_values]])
GetObjectDimension() returns the name of the dimension. Index is an optional integer denoting the dimension that should be returned.
getobjectdimension ([index])
GetObjectField() returns the name of the dimension. Index is an optional integer denoting the dimension that should be returned.
GetObjectField ([index])
GetObjectMeasure() returns the name of the measure. Index is an optional integer denoting the measure that should be returned.
getobjectmeasure ([index])