Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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