I am trying to create a "how many minutes field" from two time fields. One being "time start" and the other "time at end" . How do I calculate the "total time from start to end" ?
Can you supply an example of the format the time is stored in?
Are these datetimes, or?
There's the datediff('n', {MyDatefield1}, {MyDatefield2}) which would return a time difference between two datetime fields, and then there's the Time function, which when subtracted returns time in seconds as in:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.