Hello. I want to convert time to show on dashboard. In this case the model time unit is second.
I try to convert time dashboard from second to minute in statistic collector like the picture by use /60 at value field.
The result are 2.62 minute and 8.59 minute.
That mean 2.62 minute = 157.2 second = 2 min. + 37.2 sec. So, 2.62 minute will be 2:37 minute.
And 8.59 minute = 515.4 second = 8 min. + 35.4 sec. So, 8.59 minute will be 8:35 minute.
How can I convert and display a time on dashboard at 2.62 to 2.37 and 8.59 to 8.35.