Hello,
I am using Crystal reports version 8.5. I am using the current formula to convert a string field into a date field:
Datevalue(tonumber(mid({table.field},1,4)),tonumber(mid({table.field},5,2)),tonumber(mid({table.field},7,2)))
I would also like the formula to display a default date where there is a null value any ideas?
Thanks
I am using Crystal reports version 8.5. I am using the current formula to convert a string field into a date field:
Datevalue(tonumber(mid({table.field},1,4)),tonumber(mid({table.field},5,2)),tonumber(mid({table.field},7,2)))
I would also like the formula to display a default date where there is a null value any ideas?
Thanks