This is not enough controls to actually nail down the sort order.
For instance, if both Number and Date are selected, thereâs nothing that indicates which is the primary sorting category.
But no matter. In code, when you set the SQL for retrieving records, you add to the SQL
Code:
...
ORDER BY NUMBER, DATE