jollyreaper
Technical User
I have a group that needed to have the data split into two groups. Sort specified order did this wonderfully. However, now I have to sort the data within the specified order!
Right now it's coming through like this:
Group in Question
Sort 1 (specified order)
123
321
221
231
Sort 2 (specified order)
664
432
744
503
What I'd like it to do is this:
Group in Question
Sort 1 (specified order, then ascending)
123
221
231
321
Sort 2 (specified order, then ascending)
432
503
664
744
I know I must be missing something. From what I can see, I only have the choices of ascending OR specified order. There has to be a way!
Right now it's coming through like this:
Group in Question
Sort 1 (specified order)
123
321
221
231
Sort 2 (specified order)
664
432
744
503
What I'd like it to do is this:
Group in Question
Sort 1 (specified order, then ascending)
123
221
231
321
Sort 2 (specified order, then ascending)
432
503
664
744
I know I must be missing something. From what I can see, I only have the choices of ascending OR specified order. There has to be a way!