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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert decimal minutes into HH:mm

Hello All,

I have a db were time format is as follows:

60 is 1:00 AM

120 is 2:00 AM

130 is 2:10 AM etc.

How can I display them in HH:mm in the same column?

Thanks in advance!

3 Replies
Not applicable
Author

Have a look at this thread - it may point you in the right direction.

http://community.qlik.com/forums/t/34775.aspx

Miguel_Angel_Baeyens

Hi,

Is this what you need?

=interval(interval#(150, 'm'), 'hh:mm')


Regards

edisa
Partner - Contributor II
Partner - Contributor II

Thank you Miguel Angel!