I am a real rookie using Survey 123 and especially w/ the calculations (but I am not giving up)!
I used a formula that I researched to calculate and output hours and minutes:
(However, I don't know how to show the colon between the hours and minutes after running the form.
concat(int((${t2} - ${t1}) div (1000*60*60)), ":", if(int(((${t2} - ${t1}) div (1000*60)) mod 60) < 10,"0",""), int(((${t2} - ${t1}) div (1000*60)) mod 60))
The formula is quite long but I can hide some of the fields that I don't want to see.)
Or even if I am using the correct expression.
Please help w/'simple' if possible 🙂
Any help is appreciated.
Thanks.