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: 
Ishilad
Contributor
Contributor

Counting Feature

Hi I have a quick question.

I am currently working on a sheet with a series of projects listed. Each project has a number of people working on it. I have the project names and the people who are working on them as Dimensions on a pivot table. I need to add a column that allows me to count how many people there are working per project. I tried using the aggr() function, if statements, in addition to a few other features. I cannot seem to figure out how to do this. 

15 Replies
Ishilad
Contributor
Contributor
Author

Maybe it has to do with my data then. I'll take a closer look. Thank you!

Ishilad
Contributor
Contributor
Author

This formula works, but it also factors in the '0' values. I went into add ons and exluded values that are 0 but this does not seem to make a difference.

Ishilad
Contributor
Contributor
Author

This formula works, but it also factors in the '0' values. I went into add on's and excluded values that are 0 but this does not seem to make a difference.

dplr-rn
Partner - Master III
Partner - Master III

i am assuming the resource name column will be null for those.
exclude null for that dimension
Ishilad
Contributor
Contributor
Author

The null values in the dimensions are excluded as well

dplr-rn
Partner - Master III
Partner - Master III

hard to help further without access to your app