ADDQTRS
Syntax
ADDQTRS(date,value)
//adds the given number of quarters to the date and returns itArguments
Return Value
Example

Was this helpful?
The ADDQTRS function allows you to add or subtract a specified number of quarters to a given date.
ADDQTRS(date,value)
//adds the given number of quarters to the date and returns itdate - Date in any format. Required. This can also be a measure or a node reference.
value - Number of quarters to be added to the date. Required. Use a negative number to subtract the quarters from the given date.
Date.

Was this helpful?
Was this helpful?