Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All -
If I have a bucket of minutes, how do i get it formatted to:
Days:Hours:Minutes
I assume it's the interval function, but can't get it to work...
Thanks!
mike
May be
Interval(FieldName, 'D:h:mm')
would that work with an expression too?
I believe so... is it not working?
I worked! Just one adjustment... we needed to divide by 1440 (minutes in a day) to get the right value.
Thanks!
another one:
Interval(Interval#(yourminutes,'m'),'d:hh:mm')
hope this helps
regards
Marco