Good morning ,,

I've been through an error that is really driving me crazy since two days ..
I tried to solve it ..
No way !!

I have an error in my crystal report (report) .. each time I tried to run that report ..
am getting an error saying : a string is required here .. after i click ok .. i see myself in the formula workshop ..
with an error saying : if not isNull({@StartDate}) and {@StartDate} = 2.00 then 128 else
DefaultAttribute;

StartDate is a datetime field in my DB .. and am converting it to a text here ..

the syntax for converting am using is : totext(StartDate({vwTiming.StartDate}),"HH:mm")

I'm using crystal report XI


I really don't understand what is the problem ..