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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
Kushal_Chawda
MVP
MVP

try below

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

View solution in original post

1 Reply
Kushal_Chawda
MVP
MVP

try below

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