This could also solve this issue:
When you have durations in seconds in the database and you aggregate certain values to strings like 1min32s – you can’t display it in the dashboard – you would need to separate the two values and just display 1[min] or have a table with the min and sec values; or display the seconds value, like 92s.
This could also solve this issue:
When you have durations in seconds in the database and you aggregate certain values to strings like 1min32s – you can’t display it in the dashboard – you would need to separate the two values and just display 1[min] or have a table with the min and sec values; or display the seconds value, like 92s.