Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Really new to QV so hope someone can help me. I have diffrent departments, startdate, and stopdate and individually applications id. I would like to show the average handlingtime in each department in a chart. Whats the steps to take?
All form of help are appreciated!
Department as Dimension
Avg(Stopdate-Startdate) as expression?
+ Off course! thanks.
One more question, how do I exclude the posts that have stopdate = 9999999? (these are post that havent been handled yet)
Change the expression to:
Avg({<stopdate-={'9999999'}>}Stopdate-Startdate)