Description
Specifies a range of Date values that includes all dates that fall within the second half of the current calendar year.
Action
Specifies a range of Date values that includes all dates that fall within the second half of the current calendar year. The second half of the calendar year includes all dates from July 1st through December 31st.
Examples
If {orders.ORDER DATE} in Calendar2ndHalf Then
{orders.ORDER AMOUNT}
Else
0
Returns the Amount if the date falls on any date in the 2nd half of the calendar year.