By default, like pages, list boxes are sorted based on the primary key. Use List Order By to sort select options in a list box based on another field.
Note
Syniti Construct and SQL Server no longer support the sort in a view in SQL.
Refer to Add List Boxes and Combo Boxes for general information.
To order the list box options:
Click Edit.
Click the Advanced Properties tab.
Enter the column that should sort n List Order By field.
Click Save.
Note
When a field name is entered in ListOrder By field, the default order is ascending. To sort in descending order, enter the field name followed by a space and desc, for example, ProductName desc. Separate entries by a comma.