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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Eagleblue
Contributor
Contributor

Count number of projects by Manager that is NOT funded

I have an excel sheet that has multiple columns in it, but I am trying to get QLIK to count the number of projects that manager has that is NOT funded.  They usually show up on the excel sheet as a blank cell.  The only time the cell is filled out is if the project is funded.   I can easily count the funded ones, I just can't figure out how to count the projects without a value in the cell.  I can't add to the excel file.  It is automatically generated by a system that only has those values.

Labels (3)
2 Replies
Eagleblue
Contributor
Contributor
Author

Here's an example of what I would be looking at.  Counting how many projects that each Project Manager has that is NOT funded.

MK_QSL
MVP
MVP

Try this

COUNT(DISTINCT {<[Project Name] = {"=Len(Funded)=0"}>}[Project Name])