How do I convert a duration into seconds?
I would like a formula for the "Seconds" column that automatically calculates this.
Understand this is probably so basic, but would appreciate any help. Thank you!
How do I convert a duration into seconds?
I would like a formula for the "Seconds" column that automatically calculates this.
Understand this is probably so basic, but would appreciate any help. Thank you!
Yeah, the solution is actually rather simple, yet strange!
Make a formula field with this:
{Duration} * 1
The duration data is already stored in seconds. Multiplying it by 1 will display the seconds! Let me know if this works for you.
Yeah, the solution is actually rather simple, yet strange!
Make a formula field with this:
{Duration} * 1
The duration data is already stored in seconds. Multiplying it by 1 will display the seconds! Let me know if this works for you.
Thank you so much!!! This worked!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.