Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32062

Suppress datetime field if its values is Null in Crystal Rep

$
0
0
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.

Viewing all articles
Browse latest Browse all 32062

Trending Articles