Suppress datetime field if its values is Null in Crystal Rep
Date Format is 9:30am
When i extract report from Crystal the data not present on specific date are showing blank Instead of i want an String value on it ..
I am using Below code for supressing
if (Table.Time)='' then true else false
It shows me an Error : A datetime is required here.