Syntax:
Then: xx=BOQ(date_expr)
Version Ref: 4.5
Description:
Returns the beginning of a quarter for any date expression. If the date expression is left blank, returns the beginning of the current quarter.
Examples:
Then: payroll_Qtr_began = BOQ(payroll_date)
Returns the 1st day of the quarter for the payroll_date variable.
Then: current_payroll_qtr = BOQ()
Returns the 1st day of the current quarter.