GETCOLBETWEENPERIODS
Last updated
Was this helpful?
Last updated
Was this helpful?
The GETCOLBETWEENPERIODS function can be used to select data from a given measure, for a specified period. It should be used with an aggregate function like SUM or AVERAGE.
fromDate– The starting period from when data is to be fetched. Required.
toDate– The end period till when data is to be fetched. Required.
measures - Specify the measures for which to fetch data. Leaf-level measures will be taken if measures are not explicitly specified. Optional.
Range of data.