GETMEASURE
Syntax
GETCOLBETWEENPERIODS(index, type)Arguments
Example
GETMEASURE(1, "AC")
//Returns the first native measure in the AC bucket
GETMEASURE(2, "PY")
//Returns the second native measure in the PY bucket
Was this helpful?