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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
drohm002
Creator II
Creator II

Formatting time

Hi All,

I have the number 350.5 in a field called TIME.  It represents 350 hours and 30 minutes.  How can I display this field so it shows as hh:mm, so it would show as 350:30.

 

Any ideas?  Thank you

1 Solution

Accepted Solutions
Kushal_Chawda

try below

=interval(TIME/24,'hh:mm')

View solution in original post

1 Reply
Kushal_Chawda

try below

=interval(TIME/24,'hh:mm')