I had written a formula as below in Crystal reports 8.5
if <condition> then EndDate
else
DateTime(0,0,0,0,0,0)
Instead of returning a blank or null date it returns 12:00:00AM
How do i make it return a blank or null value ?
I also gave Date(0,0,0) but still it prints 12:00:00
Help Appreciated
Thanks
Dp
if <condition> then EndDate
else
DateTime(0,0,0,0,0,0)
Instead of returning a blank or null date it returns 12:00:00AM
How do i make it return a blank or null value ?
I also gave Date(0,0,0) but still it prints 12:00:00
Help Appreciated
Thanks
Dp