I need to record some stats, the relevant fields are a time value in format HH:MM:SS that needs to be converted in plain minutes:
I currently have two issues, the first I'm unable to show the leading 0 in the time value (named tempo in the image) the second issue is I'm unable to convert this time in simple minutes value to calculate average (media) and the corresponding time on a sample of 5 Km
I then would need to represent progression in a graph, showing for each entry the three values but this is another part of the story. I now tried to add the format to show the time with : rather than . but still I'm unable to add a leading 0 and the minute() function is returning an error.
