I need to calculate the time in milliseconds between two events and then display the results in Crystal Reports.
The obvious solution is to use datatype TIMESTAMP and INTERVAL; however, Crystal Reports does not support either type. So, I was thinking that I would create a view with the difference displayed as an integer.... only I have NO IDEA how to do this!
The difference needs to be displayed with milliseconds and as I need to perform calculations on the difference (i.e. min, max, average etc), I need it as a number/integer verses a character string.
Any ideas?
The obvious solution is to use datatype TIMESTAMP and INTERVAL; however, Crystal Reports does not support either type. So, I was thinking that I would create a view with the difference displayed as an integer.... only I have NO IDEA how to do this!
The difference needs to be displayed with milliseconds and as I need to perform calculations on the difference (i.e. min, max, average etc), I need it as a number/integer verses a character string.
Any ideas?