Hello,
Like others, I'm attempting to run simple calculations which return duration values in HH:MMS format.
I first went to this Aggregating Duration/Time blog post, but the end result is a string. I cannot display that on the Y axis or run an average or a MoM trend with this.
Then I tried this Formatting Time Values forum post, but it also produces a string.
Is there a way to:
- Take a numeric value that represents seconds (1800,3600,7200)
- Have it formatted to display as hh:mm:ss (0:00:30, 0:01:00, 0:02:00)
- Ran a calculation like an average on this previously formatted value (Avg of about 0:01:15)