how to know how many elements a list has

Hi folks! How do I create an expression that counts the number of elements in a list. My field is an enumlist type and the user must select the elements and I need to obtain the number of selected elements through a formula.

Solved Solved
0 2 71
1 ACCEPTED SOLUTION

Have you tried just counting the enumlist column?

count([enumlist_column])

View solution in original post

2 REPLIES 2

Have you tried just counting the enumlist column?

count([enumlist_column])

Gracias @graham_howe !!!

Top Labels in this Space