I have a repeating group list and would like to have a text field outside of the repeating group reference the most common item in the list.
For example, here is my list of things:
TIME OF DAY
Morning
Afternoon
Afternoon
Night
Morning
Early Morning
Night
Afternoon
I want to search this list and display Afternoon since it is the most common word in the list.
Is this possible?