Good Afternoon! This is a pretty simple ques...

Good Afternoon!

This is a pretty simple question I think but can’t seem to find the answer. Is there any way that I can organize an enumerated list? I simply want to have it alphabetized always even when people “Add New”.

The list is super long and I am well aware of the search feature but I would like to keep it clean and organized.

Thank!

0 2 272
2 REPLIES 2

Assuming Enum values are populated from TableA, you can use something like this in its Valid_if:

ORDERBY(TableA[EnumValue], [SortColumn])

Thank You!

Top Labels in this Space