Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How many checked items does a list have?

Hello Community, I need to be able to count the number of checked elements that an enumlist has.

Does anyone know how it can be done?

Suppose I have a column called elements

[Items] of type enumlist

Element 1 Check False

Item 2 Check True

Item 3 Check true

I want a formula that counts how many elements are checked.

something like a

Count(Select([Elements] ,Check=true) but I know there is no check

Greetings, thank you for your answers.

Solved Solved
0 3 111
1 ACCEPTED SOLUTION

Hello @Gustavo_Eduardo you can use COUNT() like this:

COUNT([Elements])


View solution in original post

3 REPLIES 3
Top Labels in this Space