Description
Specifies a range of Date values that falls within the 3rd quarter of the current calendar year.
Action
Specifies a range of Date values that falls within the 3rd quarter of the current calendar year. The third quarter of the calendar year includes all dates from July 1st through September 30th.
Examples
If {orders.ORDER DATE} in Calendar3rdQtr Then
{orders.ORDER AMOUNT}
Else
0Returns the Amount if the date falls on any date in the 3rd quarter of the calendar year.