calculating Minutes

448
1
11-20-2019 12:50 AM
Pianos_GeraldManjera
New Contributor II

Anyone with an idea on how to write a function that can generate number of minutes covered between start time and end time. This should be in its own field

0 Kudos
1 Reply
DougBrowning
MVP Esteemed Contributor

Like this (just switch out the now)

round(int(now() - ${StartedForm}) div (1000*60),1)