Hello!
I want to know how to count numbers of field values.
Currently I have two fields, something like:
User - Anna
Class - Math, Science, English
The “Class" field is a multivalued field, and i want the output to be something like this:
User - Anna
Class - Math, Science, English
Class_Number - 3
Is there an easy way to count how many values are in a multivalued field and show it?
Thanks in advance!
Thank you so much!!