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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculate Averages per Different Levels

I have a source file with these columns:

Person, Process, Sub-process, Item, Hours.

Process has multiple Sub-processes and Sub-process has multiple Items.

I would need to show Average hours a Person spent on each level. (with the drill down capability if possible).

I am using this expression: SUM(Hours)/Count (DISTINCT Process)

but need to be able to change it dynamically ...say if I select Sub-process or Item.

What would be a best way of doing this. (Chart or a table) and how?

10 Replies
vishsaggi
Champion III
Champion III

Try this? Attached.