Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert time into minutes

Hi everyone,

I have a field name arrival_time in the format hh:mm:ss.

I am looking to convert into minutes.

Regards,

Kv.

2 Replies
nagaiank
Specialist III
Specialist III

You may try Interval function.

For example, interval(Time#('01:00:00','hh:mm:ss'),'mm') gives 60

er_mohit
Master II
Master II

hay use this function in might be helps to you...

= interval(Time#(arrival_time,'hh:mm:ss'),'mm') &  ' minutes '

regards

Mohit