I'm not very good with Crystal reporting. I typed in the following formula for this field: if {CDASSIGN.DATE_CLOSED}=datetime(1753,1,1,0,0,0) then
datetime(0,0,0,0,0,0) else
{CDASSIGN.DATE_CLOSED}
and am still getting
DATE_CLOSED
1-Jan-1753
in my output
I have also tried:
if...