I am trying to write the following formula, but am getting an error that string is required
if {@Trans Date} < currentdate
then "Past Due"
else {@Trans Date}
Trans Date field is a date field.
Any suggestions?