In the "Format Formula Editor" I am trying to suppress a dateTime field. What do I use at the end of this formula instead of the "", which does not work for dates -
if ProperCase ({jomast.fpartno}) >= "a" then
DateValue ({jodrtg.fcomp_date})
else
"" //the error is "a date is required here".
if ProperCase ({jomast.fpartno}) >= "a" then
DateValue ({jodrtg.fcomp_date})
else
"" //the error is "a date is required here".