I have to total Active Time in Milliseconds and this can even go to many hours beyond 1 day (24 hours).
For example in some cases on a monthly basis a User can be active on an application up to 50-60 hours. In that case can I get my report to show in following format
50:33:22 or 50H 33M 22S (and still can be used in chart)
What I see as an option is to convert my active time into each of these hours, minutes and seconds individually. But how to use them in a Graph (User name on Y axis and Active time on X axis showing the values)