SELECT_BYINDEX
Syntax
SELECT_BYINDEX(measure,start_index,end_index)Arguments
Return value
Example
SELECT_BYINDEX([Sales],1,3)
//Returns an array containing values from the first, second, and third columns of the 'Sales' measure
SUM(SELECT_BYINDEX([Sales],1,3))
//Calculates the sum of values from the first through third columns of the 'Sales' measure
Last updated
Was this helpful?