Count If ... What am I doing wrong here?

Apprentices.Status.Filter(Apprentices.Status=[in Pool]).count() = 0

I think the above should give me 8 because that’s how many I see when I count manually.

Apprentices.Status.count() = 37

Hi @Will_Christensen and welcome to the Coda Community!

I would recommend you to use the following formula:

Apprentices.Filter(Apprentices.Status=[in Pool]).Count()

Best regards
Jannis

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.