PERIOD_RANGE
Syntax
PERIOD_RANGE(fromDate, toDate)Arguments
Return value
Example
PERIOD_RANGE(DATE(2023,1,1),DATE(2023, 12,31))
//Create a date range for 2023
Was this helpful?
PERIOD_RANGE(fromDate, toDate)PERIOD_RANGE(DATE(2023,1,1),DATE(2023, 12,31))
//Create a date range for 2023
Was this helpful?
Was this helpful?