The quartervalue( function extracts the quarter from a date as a numeric value.
Parameters
This function has one parameter:date – date value (see the date( and today( functions.)
Description
This function extracts the quarter from a date as a numeric value.
quartervalue(today()) ☞ 1
Note: This function is equivalent to:
val(datepattern(thedate,"QQ"))
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |