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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
mario-sarkis
Creator II
Creator II

waiting time

Dear all ,

i found it the waiting time using the interval Function but as you can See 'AM' shows in the waiting time how can i erase it ?

Starting Time   Ending Time   Waiting Time

07:42:35:90     07:43:57:89    0:01:22 AM

Waiting Time 

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

specify a time format as second parameter in the interval function: interval([Ending Time]-[Starting Time],'h:mm:ss')


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

specify a time format as second parameter in the interval function: interval([Ending Time]-[Starting Time],'h:mm:ss')


talk is cheap, supply exceeds demand
rubenmarin

Hi Mario, you can add a format to the interval, ie:

interval(timefield, 'hh:mm:ss')

Also, in number tab of graphics you can change the format.