Any help is greatly appreciated! I'm working with Crystal Reports 11. I have a field that's formatted as a number field that I need to convert to a time field. The data in it looks like this:
172,954 (which I need to convert to time 00:17)
1,365,765 (which I need to convert to time 01:36)
10,034,058 (which I need to convert to time 10:03)
16,293,935 (which I need to convert to time 16:29)
After getting the formula straightened out, I plan to use the time in the select expert so that the user can choose a time; it will be after an "arrival_time" field and before a "closed_time" field.
172,954 (which I need to convert to time 00:17)
1,365,765 (which I need to convert to time 01:36)
10,034,058 (which I need to convert to time 10:03)
16,293,935 (which I need to convert to time 16:29)
After getting the formula straightened out, I plan to use the time in the select expert so that the user can choose a time; it will be after an "arrival_time" field and before a "closed_time" field.