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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
John-SSI
Creator
Creator

Total Time and number of rows in hour

Hi, i got a calculated time that have been a worktime in hours,
So now i want to calculate the efficiency.

So person 1 have worked 2,38 Hours and picked 409 rows, So for 2,5 i got 163,6/hour

How can i calculate it from 2:38:09 value?

 

Br

John

Labels (3)
1 Solution

Accepted Solutions
robert_mika
Master III
Master III

try

 

=409 / (YourField * 24)

 

Yourfield is your fields that holds the the time

 

You can convert that with:

Time#(YourField ,'hh:mm:ss')

View solution in original post

2 Replies
robert_mika
Master III
Master III

try

 

=409 / (YourField * 24)

 

Yourfield is your fields that holds the the time

 

You can convert that with:

Time#(YourField ,'hh:mm:ss')

John-SSI
Creator
Creator
Author

Thanx, i figured it out 🙂