Hi
I've a big lookup list, and I want to order it by Code or By description.
I've tried to use Code -> SortAscending but It seems not working at all.
Any hint?
thanks in advance
Hi
I've a big lookup list, and I want to order it by Code or By description.
I've tried to use Code -> SortAscending but It seems not working at all.
Any hint?
thanks in advance
You can sort them manually through "drag and drop", or if they are so many you should write a SQL command that writes the "Number" column according to the order you are interested in.
CMDBuild Team