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! Go to Solution.
Hello @Gustavo_Eduardo you can use COUNT() like this:
COUNT([Elements])
User | Count |
---|---|
36 | |
9 | |
3 | |
3 | |
2 |