Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
I would like to calculate the difference in hours between these two fields.
Can you help me on this?
Many thanks!
Hi, Try using this
Interval(Starttime - FinishTime, 'hh:mm:ss') as Diff
Hope it will work
No, for 1:30:00 I would like to get 1.5.
Hi, Try using this
Interval(Starttime - FinishTime, 'hh:mm:ss') as Diff
Hope it will work
can we transform the result into a field like:
48:00 --> 48.0
or
2:30 -> 2.5 ?
Thanks
So instead of 1:30:00 , u want the result to come up as 1:30? Am, I correct?
No, for 1:30:00 I would like to get 1.5.
Try
Interval#('1:30:00', 'hh:mm:ss') * 24 = 1.5
how can you add 2 hours which changes the HH but also the date if necessary?