Description
Specifies a range of Date values that includes
all dates that fall within the first half of the current calendar year.
Action
Specifies a range of Date values that includes
all dates that fall within the first half of the current calendar year. The
first half of the calendar year includes all dates from January 1st through
June 30th.
Examples
If {orders.ORDER DATE} in Calendar1stHalf Then
{orders.ORDER AMOUNT}
Else
0
Returns the Amount if the date falls on any date
in the 1st half of the calendar year. The following table identifies the first
and last dates included in the date range if today equals 04/10/98.