GETMEASUREBYINDEX
Syntax
GETMEASUREBYINDEX(index)Arguments
Example
GETMEASUREBYINDEX(3)
//Returns the third native measure in the report
Last updated
Was this helpful?
The GETMEASUREBYINDEX function returns measure values based on the specified index. It should be used with native measures.
GETMEASUREBYINDEX(index)index– The position of the measure whose values are to be fetched. Required.
GETMEASUREBYINDEX(3)
//Returns the third native measure in the report
Last updated
Was this helpful?
Was this helpful?