This is it in the database:
This is what it looks like on the screen:
At least it converts it to only .00 but I’d still like to display in minutes if possible
divide by 60… ![]()
floor(avarage/60)
lol thank you for the math break down. Where and how do I plug in that formula?
is your average in seconds?.. that was your question… to convert to minutes… take out floor from the formula, if you wanna have numbers after decimal point
![]()
I want it to be able to say 2 minutes and 31 seconds 2:31
never mind, easy, i got it. Thank you!
are you average in seconds?
yes average column is seconds
Not sure if i can/should edit that column type because it comes straight from Google Analytics that way and updates daily? Should I transfer the date into another column type first?
yes, you can change… unless you need that format somewhere else in your app… data will not change… only how is displayed… so no worries
perfect, all set! thanks!!
@Katelyn_Alberts we’ve just added a Format Duration column to help you with this:
great… @david i can’t find that column