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: 
Not applicable

How to get correct timeout

hi all

for the data i attached

in the straight table i taken

dimension:employee id

expression:=Time(Avg(TimeOut),'hh:mm tt')

but i am getting 11:55 pm as avg timeout which is wrong

how to get correct timeout value

regards

hemesh

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Time(Avg(Frac(TimeOut)),'hh:mm tt')

View solution in original post

3 Replies
tresesco
MVP
MVP

Try like:

Time(Avg(Frac(TimeOut)),'hh:mm tt')

Not applicable
Author

still same answer(11:55 pm) i am getting

tresesco
MVP
MVP

I am getting 4:10 P.M.

PFA