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: 
mandilicious
Creator II
Creator II

Time Format with Colon

Hi All

Please assist i need to format below time to have the colon ( : ) be like  03:00:35 and 00:07:51 or what can use to have those colon(:) between.

Thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

By using Time or Time# and give the format what ever you want.

like-TIME(field,'HH:MM:SS')

Thanks

Paridhi

View solution in original post

4 Replies
Anonymous
Not applicable

Hi,

By using Time or Time# and give the format what ever you want.

like-TIME(field,'HH:MM:SS')

Thanks

Paridhi

mandilicious
Creator II
Creator II
Author

Hi Paridhi

Thank you very much for your respond:

Quick one to get AVG Waiting Time i used this expression =AVG(waiting_time)

how will i add my formula to the one you gave me now?

Thanks

Anonymous
Not applicable

Like this?? TIME(AVG(waiting_time),'HH:MM:SS')

mandilicious
Creator II
Creator II
Author

Thanks Shiva it worked