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: 
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
Partner - Master II
Partner - Master II

Add an expression:

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

Hope this helps,

Jason

View solution in original post

3 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

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
Partner - Master II
Partner - Master II

That it is