Can anybody tell me how to change a number field to show as dd:hh:mm:ss. I have a report showing me the average talk time of a call and it just shows as a number.
You should show what the number looks like and what it means, it doesn't take much time and this can vary. Plus, this isn't a time type if it includes days in it.
The database designers decided what the data stored would be, not Crystal, and not the people in this forum, please think your posts through and provide basic information to avoid wasting time.
If it's the number of seconds then you can use a dateadd("S") function, if it's stored as formatted periods within as in 12233005
which translates to: 12:23:30:05 then you'll convert it to a string and then parse it out:
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.