Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Working out the average time for a specific code

I have a table that looks like this:

pic.png

What I want to do is add another column that shows the average number of minutes spent for all calls for the problem code that the call is linked to. Can anyone suggest how I would go about working it out? I'm not sure how I would write an expression to capture the sum of minutes spent for the specific problem code.

1 Solution

Accepted Solutions
Jason_Michaelides
Luminary Alumni
Luminary Alumni

Add an expression:

Avg(TOTAL <[Problem Code]> [Minutes Spent])

Hope this helps,

Jason

View solution in original post

3 Replies
Jason_Michaelides
Luminary Alumni
Luminary Alumni

Add an expression:

Avg(TOTAL <[Problem Code]> [Minutes Spent])

Hope this helps,

Jason

Not applicable
Author

Awesome - thanks a lot. Qlikview is pretty amazing.

Jason_Michaelides
Luminary Alumni
Luminary Alumni

That it is