Discussions

 View Only
  • 1.  Minutes to duration

    Posted 06-01-2018 02:04
    How do I convert a numeric field to duration. I have a field called Minutes and I want to convert it to a duration formula so if the number is 60 minutes it will be duration of 1:00 etc.

    Thanks 


  • 2.  RE: Minutes to duration

    Posted 06-01-2018 02:06
    It would be a formula duration field with the surprising formula of

    Minutes([Minutes])


  • 3.  RE: Minutes to duration

    Posted 06-01-2018 02:13
    Worked like a charm. Thanks for the super quick response.