Select to view content in your preferred language

calculating Minutes

826
2
11-20-2019 12:50 AM
Pianos_GeraldManjera
Emerging Contributor

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
2 Replies
DougBrowning
MVP Esteemed Contributor

Like this (just switch out the now)

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

LS-SD
by
Occasional Contributor

This works except when my survey is opened on a browser I can't display the elapsed time. It's not saving the value. I show the survey when testing in survey123 connect and then the published survey on the browser. HELP?!?

 

0 Kudos