NewToThis2
Technical User
On my report, if the date time field reads 1/1/1700 0:00, then I want that date tiime replaced with the text "N/A". Could someone please help me with a formula? Here is what I tried that made no changes to the report and gave no error message:
if {EMPLOYEE.TERM_DATE}= DateTimeValue (1/1/1700) then 'N/A'
Thanks!
if {EMPLOYEE.TERM_DATE}= DateTimeValue (1/1/1700) then 'N/A'
Thanks!