GetObjectMeasure - chart function
GetObjectMeasure() returns the name of the measure. Index is an optional integer denoting the measure that should be returned.
You cannot use this function in a chart in the following locations: title, subtitle, footer, reference line expression and min/max expression.
You cannot reference the name of a dimension or measure in another object using the Object ID.
Syntax:
GetObjectMeasure ([index])
Example:
GetObjectMeasure(1)
If you want to return the name of a dimension use the GetObjectField function instead.