I'm trying to sum a time duration field (00:00:00) that apparently is identified as a String type in the database. CR tells me it needs to be a numeric or currency field. Is there a way to convert a string to a numeric field through some type of formula?
I looked more closely at the TimeValue in Crystal and noticed the values are seperated by commas (hh,mm,ss) not colons. I also noticed an IsTime(fieldname). I would try IsTime(fieldname) first. If that doesn't you can try and replace : with , and try the TimeValue(fieldname) again. Also, make sure that no one has used the letter O for a zero.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.