alexkeel79
MIS
I am trying to change the order of data I have in a SQL view but it does not let me use the ORDER BY command. Basically what I am trying to do is take a report that has statuses of 'High', 'Medium', and 'Low' and have the rows go in that order. When I use the GROUP BY command it defaults to sorting in an ascending order so my rows go 'High', 'Low', 'Medium'. What I have done before in the past is use the SWITCH function but since I am not able to use the ORDER BY command this is not working. Thanks for any help offered.