I've gotten half my totals to work. Having t...

Iโ€™ve gotten half my totals to work.

Having trouble with counts though.

Even though I have used different column names all the name/text columns Iโ€™m trying to get counts for have the same total - so Iโ€™m assuming its counting each row not just the non-blank rows.

Could someone help me with that expression?

=COUNT(SELECT(Medical Needs Program Registry PENDING[Caregiver First Name], TRUE))

Also, I canโ€™t get age expression to work:

=COUNT(SELECT(Medical Needs Program Registry PENDING[Age], <=17))

0 3 315
3 REPLIES 3

COUNT(SELECT(Medical Needs Program Registry PENDING[Caregiver First Name], ISNOTBLANK([Caregiver First Name])))

COUNT(SELECT(Medical Needs Program Registry PENDING[Age], [Age]<=17))

Thank you

Top Labels in this Space