Hi,
Trying to figure out how to format a string duration to hh:ss:
e.g. 273d 21h 28m 33s
How do I get this string field formatted to calculate the number of minutes/seconds in the string example. So I'd need it to look like: 394,408:33 (mm:ss)
Another example:
2h 3m 10s --> 123:10
Any ideas? I've tried parsing the data but not all of the fields have days, hours, minutes, and seconds so the parsing doesn't really work