Random question, is there anyway to alphabetise the values of an enum when allowing others to enter values?
Have you tried an orderby of the column in the valid if?
@Grant_Stead no i havenโt. would i just input โorderby(ColumnName, false)โ ?
You might need. Orderby(Table[column], false)
@Grant_Stead i tried using it and it says the inputs are not valid
If it is an Enum, the values are shown in the order in which the Enum is defined. Perhaps you are asking about ordering the โotherโ values?
@praveen yes those, the ones that people have added in manually
@Segolene_Sansom Did you manage to get this done?
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |