QUARTER_OF
Last updated
Was this helpful?
QUARTER_OF returns the quarter of the year (1β4) for a given date.
1
January β March
2
April β June
3
July β September
4
October β December
QUARTER_OF(date)Returns: An integer from 1 to 4.
p is Person
QUARTER_OF(p.contract_start_date)If the contract start date is 2024-08-15, this returns 3.
Last updated
Was this helpful?
Was this helpful?
