I have a report filter based on a field from the universe which has this code '@Select(FACILITY_V\FACILITY_SCHPL_CODE) || ' - ' || @Select(FACILITY_V\FACILITY_SCHPL_NAME)'
The issue is the list of values are not sorted. I want to sort it by FACILITY_V\FACILITY_SCHPL_CODE
How do I achieve this?