Can I see in records Field "Min" in format min:sec?
Yes, but it would be best to create a new field and use something like this in the 'Result' field:
s.minutes || ':' || s.seconds
This also means you have created a stat called 'seconds'.
Yes, but it would be best to create a new field and use something like this in the 'Result' field:
s.minutes || ':' || s.seconds
This also means you have created a stat called 'seconds'.
You can comment this FAQ