![]() |
|
![]() |
JulianQtr FunctionThe JulianQtr function in Expression Builder returns an integer that is equal to: JulianYear * 4 + current_quarter where JulianYear is the year returned by the JulianYear function, and current_quarter is: (current_month - 1) / 3 + 1 rounded down to the next integer. SyntaxJulianQtr(date) Result TypeInteger ArgumentsThe following table describes the arguments for the function.
Related InformationSee the following topics for related Expression Builder information: | ||||||
Published May 2008 |