Hi all,
I need some assistance please.
I have an enumlist (with ref base type) column. The listed values on the sheet to which it references, has a very specific order of listed values to choose.
There is another column, that essentially is just an expression that references that enumlist column to return the key values of the list. However, these returned values are not sorted in the same hierarchy as the enumlist options, if that makes sense.
For example:
In the backend sheet, the list order might be like:
H, E, C, B
But then the column that references this list just to show the chosen key values, will then display it alphabetically no matter what.
Any ideas on how I can get the referenced values to show in the same order as the listed values? I hope this makes sense.
I will break it down below for further clarification:
Enumlist values, in order as shown in list:
K25.2, D5.6, A14.5
But then if a user selects the values A14.5 and K25.2, it will show chosen values (in the column that references it), ordered as A14.5, K25.2. It should be ordered as K25.2, A14.5.