In our Oracle database we capture the time our website takes to complete an order (the automated process between when a client clicks "SUBMIT ORDER" to when the screen refreshes saying "ORDER COMPLETED" etc - anyway, this time is recorded in Milliseconds.
I need two new formula fields converting this to:
1. HH:MM:SS
2. MM:SS
I thought i could do this based on 1000 MS in a Second, but completely forgot about 60 seconds to a minute, so...
{SubmissionDelay}/1000
Returns "1:77" which clearly isnt any good!
Many thanks
UrbanHim
Crystal XI Report Writer
London
[small]What's good for a hangover?... Heavy drinking the night before!![/small]
I need two new formula fields converting this to:
1. HH:MM:SS
2. MM:SS
I thought i could do this based on 1000 MS in a Second, but completely forgot about 60 seconds to a minute, so...
{SubmissionDelay}/1000
Returns "1:77" which clearly isnt any good!
Many thanks
UrbanHim
Crystal XI Report Writer
London
[small]What's good for a hangover?... Heavy drinking the night before!![/small]