0

Field Duration time in second

How is the formula to get time in minutes from the duration field type?

 

Thank you

 

Mauro

2 replies

null
    • Garden Più
    • Mauro_Schiappelli
    • 1 yr ago
    • Reported - view

    I entered this formula, I expect a value of 60 minutes but I get 0 zero!

    number(timestamp(format(Durata, "m")))
    • Ninox developper
    • Jacques_TUR
    • 1 yr ago
    • Reported - view

    Duration fields return a value in milliseconds.  To get the value of a duration field in seconds, simply divide it by 1000:

     number(Durata)/1000

Content aside

  • 1 yr agoLast active
  • 2Replies
  • 75Views
  • 2 Following