I know this can be achieved in the main report by:
File / Options / Fields Date and Time however the time still shows when the report is run in a Crystal runtime.
here is my formula:
if {CARDS.DUE_DATE} = Datetime (1753, 01, 01, 00, 00, 00) or {?Show delivery date} = "No" then {@qty}
else {CARDS.DUE_DATE} & " " + {@qty}
Returns 30/01/2008 00:00:00
Would like to return just date.
Thanks,
Leigh