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: 
satishkurra
Specialist II
Specialist II

Count the number of Employees

Hi

I'm trying to get the number of employees count based on the Demand%

If Demand%=100%, 100% Available, if  Demand%= 90%, 90% Available.

I'm trying to use the text object to display the count of employees who are 100%,90%,80% Available.

I'm getting the Demand% value in a variable as vDemand%

How can i achieve this in a text object in QlikView?

Thanks

Satish

11 Replies
sunny_talwar

May be this?

Sum({<[Employee ID] = {"=AvailableHours/BaseHours >= 0.90"}>} AvailableHours))

Did the count work?

satishkurra
Specialist II
Specialist II
Author

Count worked Sunny. Thanks