0
Answer

Suppress datetime field if its values is Null in Crystal Rep

Ask a question
Jaq Salahuddin

Jaq Salahuddin

11y
1.4k
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.