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

Group at department instead of employee level

I am trying to create utilization dashboard for the department where utilization percentage is less than 50.
In the dashboard tehre are two object one is bar chart and other is pivot table


In bar chart dimention is department and expession is utilization %


In Pivot table dimension is department employee name and expression is utilization %

vLowUti=50

Below is expession that I am using

if(
((
SUM({$<[Expenditure Category]={"Chargeable Hours"},[Project Type]={"Contract"},FY ={$(vCY)},[Bu Admin] = {"N"}>} [Actual Hours])
)*100)<= vLowUti,
(SUM({$<[Expenditure Category]={"Chargeable Hours"},[Project Type]={"Contract"},FY ={$(vCY)},[Bu Admin] = {"N"}>} [Actual Hours])

)
)

When I am taking utilization at department then I am getting all those department where utilization is less than 50 but as soon as I insert employee
name then it start giving employee utilization where it is less than 50.
I want to show department as well employee but only for departmnet where utilization is less than 50.

12 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

My Dear Nishany

Try out this.

Not applicable
Author

Hey Deepak,

Its working, U r gem man.

Thanks a lot.

Nishant.

Not applicable
Author

Hey Deepak,

Its working, U r gem man.

Thanks a lot.

Nishant.