I have multi-select field that stores the leadership role for individuals and I need to display a list with these individuals sorted by the Leadership Role. But I need to be able to dictate what order they are displayed. The positions are President, 1st Vice President, 2nd Vice President, and Secretary/Treasurer. I need them to be displayed in that order.
I assumed that when I sorted them by "Leadership Role" that it would sort based on the order they were displayed in the field selection. Not true. It only sorts alphabetically.
In this post (
www.joomlapolis.com/forum/153-professional-member-support/224763-list-order-by-country#242134
), doing an "IF conditioned ORDER BY" is mentioned.
Is it possible to achieve a custom-ordered list?