Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a table that looks like this:
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.
Add an expression:
Avg(TOTAL <[Problem Code]> [Minutes Spent])
Hope this helps,
Jason
Add an expression:
Avg(TOTAL <[Problem Code]> [Minutes Spent])
Hope this helps,
Jason
Awesome - thanks a lot. Qlikview is pretty amazing.
That it is