Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Time Formatting on a create time field

Hi guys

Please find the attached and Advice on how i can get this right

E.G .. 253 is suppose to be 00:02:53

          20904 is suppose to be 02:09:04

Thank you very much

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Interval(Interval#(Num(253, '000000'), 'hhmmss'), 'hh:mm:ss')

=Interval(Interval#(Num(20904, '000000'), 'hhmmss'), 'hh:mm:ss')

View solution in original post

3 Replies
sunny_talwar

Try this:

=Interval(Interval#(Num(253, '000000'), 'hhmmss'), 'hh:mm:ss')

=Interval(Interval#(Num(20904, '000000'), 'hhmmss'), 'hh:mm:ss')

Chanty4u
MVP
MVP

chk ds

=interval(urfield,'hhmmss')

Timestamp

Date & Time format

Not applicable
Author

Sunny You are the best , it work fine .

Thank You very Much .