Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a field name arrival_time in the format hh:mm:ss.
I am looking to convert into minutes.
Regards,
Kv.
You may try Interval function.
For example, interval(Time#('01:00:00','hh:mm:ss'),'mm') gives 60
hay use this function in might be helps to you...
= interval(Time#(arrival_time,'hh:mm:ss'),'mm') & ' minutes '
regards
Mohit