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: 
magnusrydberg
Partner - Contributor II
Partner - Contributor II

Convert a decimal hour to format hh:mm

I have a field containing a decimal time in hours. For example 6.64721 means 6 hours and 39 minutes

How do I do this conversion the best way in QlikSense: 6,64721 ->  6:39

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Time( 6.64721 / 24, 'hh:mm')


talk is cheap, supply exceeds demand

View solution in original post

5 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Time( 6.64721 / 24, 'hh:mm')


talk is cheap, supply exceeds demand
sunny_talwar

May be this

=Time(6.64721/24)

magnusrydberg
Partner - Contributor II
Partner - Contributor II
Author

Thanks for a quick answer

voxjungle
Contributor
Contributor

Can i use this formula in a Pivot table ?.
marioerro
Contributor II
Contributor II

Ok, it's fine

And how would I convert if I have to more than 24 hours? 30,56 hours