The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Mar 06, 2018 12:08 PM
Hello, please help
I would like to transform (through “Formula”) Integer minutes into hh:mm. Help me build “Formula”, please.
Example: 297 min = 4 hr 57 min = 04:57
Thank you!
Mar 06, 2018 12:22 PM
You can use the built-in duration formatting option for formulas. See “Durations in computed fields” in this article.
Since the duration formatting expects a value in seconds, you’ll want to multiply your value in minutes by 60 in the formula.