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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Handling time applications in diffrent departments

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!

1 Solution

Accepted Solutions
Not applicable
Author

Department as Dimension

Avg(Stopdate-Startdate) as expression?

View solution in original post

3 Replies
Not applicable
Author

Department as Dimension

Avg(Stopdate-Startdate) as expression?

Not applicable
Author

+ Off course! thanks.

One more question, how do I exclude the posts that have stopdate = 9999999? (these are post that havent been handled yet)

Not applicable
Author

Change the expression to:

Avg({<stopdate-={'9999999'}>}Stopdate-Startdate)