0
Answer

Suppress datetime field if its values is Null in Crystal Rep

Photo of Jaq Salahuddin

Jaq Salahuddin

12y
1.8k
1
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.

Answers (0)