You use different Interval Type Values in your datediff function to get each one back.
For example, to get days: datediff("d", {Table.Datefield1}, {Table.Datefield2}) would return the number of days. If you change the Interval Type to "h" you get hours, "n" is minutes and "s" is seconds. You then have to format and compbine them as text into the format string you want.
I hope that's what you were looking for???
If you wanted something to do it all in one pass, I don't know about that.
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.