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.
Have you tried just counting the enumlist column?
count([enumlist_column])
2 Likes
Gracias @graham_howe !!!
1 Like