$quartername(calendar,date) returns the name of the quarter in which the given date falls, as defined by the given calendar.
For example, if ${book date} is 1/5/2005, the following expression will return “FY04 Q4” as the name of the quarter in which 1/5/2005 falls as defined by the Fiscal calendar:
$quartername(Fiscal,${book date})