I am using this SQL Query (ORDER BY (CASE WHEN SWAC01 = 'RTL' THEN 1 WHEN SWAC01 = 'EMY' THEN 2 WHEN SWAC01 = 'WSL' THEN 3 ELSE 4 END), but, it does not work during display the results from the reporting. I wish the report display as RTL, EMY and WSL, but, the report display in alphabetical order by EMY first, followed by RTL and last will be WSL.
Any outcomes on how to troubleshoot this problems ?