Announcement

Collapse
No announcement yet.

How do we get the count of selected values in a multi enum field ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do we get the count of selected values in a multi enum field ?

    I have a multi enum field. When i select multiple values on field, i need to get its count. I have created a count field to store the count. How can i achieve this using formula. Please help

  • #2
    Hello.
    Code:
    countMultiEnum = array\length(testMultiEnum)

    Comment

    Working...
    X