Hello,
I have a table with a column called "employees" with values like:
1-5
6-10
11-50
51
100
203
How can I have a selection at the bottom of the dropdown for all values >50 so my drop down selections would be:
1-5
6-10
11-50
>50
Is this possible?
Thanks!