Displaying options in brackets when repeating

Hi, my users are allowed to evaluate one another using options from the multi dropdown menu. I have 20+ options they can choose from so far.

When multiple users will start giving the same options to one another, perhaps anybody knows how can I display it like that Decessivenes (3), Flexibility (2) instead of duplicating them like below?

Decessivenes, Decessivenes, Decessivenes, Flexibility Flexibility…

Thanks

Explore :group by

@cmarchan If I understand it enough, you can only use group by, when you Do a search for. Thus, considering my current logic I am unable to do a search for options and most importantly group it afterward.

Consider using a data-type instead of options. This way you can use group by:

This topic was automatically closed after 70 days. New replies are no longer allowed.