Hi,
I am using Crystal 8.5 and I am trying to convert the field cont.hist (which is a date/time string) into only a date string.
The formula I have used is:
IF DTSToDateTime ({CONTHIST.CREATEON}) then DTSToDate ({CONTHIST.CREATEON})Else 0
I keep on getting an error saying that a string is required. Any ideas?
Thanks v m
I am using Crystal 8.5 and I am trying to convert the field cont.hist (which is a date/time string) into only a date string.
The formula I have used is:
IF DTSToDateTime ({CONTHIST.CREATEON}) then DTSToDate ({CONTHIST.CREATEON})Else 0
I keep on getting an error saying that a string is required. Any ideas?
Thanks v m