GETMEASUREBYINDEX

The GETMEASUREBYINDEX function returns measure values based on the specified index. It should be used with native measures.

Syntax

GETMEASUREBYINDEX(index)

Arguments

index– The position of the measure whose values are to be fetched. Required.

Example

GETMEASUREBYINDEX(3)
//Returns the third native measure in the report
Fetches the values of Margin and Margin PY which are at position 3 and 5 in the report

Last updated

Was this helpful?