I have a good, functioning report where the ORDER BY clause is "ORDER BY PRIORITY". That means is sorts as HIGH then LOW then MEDIUM (which is correct alpha order).
I need to sort the output by PRIORITY but it must be in the sequence of HIGH MEDIUM LOW.
Is there an easy way to do this?
Thanks.
I need to sort the output by PRIORITY but it must be in the sequence of HIGH MEDIUM LOW.
Is there an easy way to do this?
Thanks.