Info7
I'm trying to create a formula which checks a date field, if the date is <= Currentdate return a blank string ' ', else return the date.
I'm getting an error saying a strng is required after the 'else' and before the field name
Formula is:
if {purchase_order_line.po_line_date_expected} <= CurrentDate
then ' '
else {purchase_order_line.po_line_date_expected}
What am I doing wrong?
I'm trying to create a formula which checks a date field, if the date is <= Currentdate return a blank string ' ', else return the date.
I'm getting an error saying a strng is required after the 'else' and before the field name
Formula is:
if {purchase_order_line.po_line_date_expected} <= CurrentDate
then ' '
else {purchase_order_line.po_line_date_expected}
What am I doing wrong?