Assuming I have the following, data from a field:
Category Name
-------------
Games
Movies
All
Music
Software
I want to order the above data in alphabetical (ascending) order but I want 'All' to appear last at the bottom of the list. Not sure how to do this. Thanks.