Please Log in or Create an account to join the conversation.
Possibly, best way to test sorting is to just test it in phpmyadmin. You must always keep in mind your Sort By and Filters are purely MYSQL. You're just adding to the userlists query. For example with debug mode enabled you can scroll to bottom of page and see the userlist query. You'll notice your Sort By was just added as an ORDER BY to the query.so in theory... Shouldnt only the users who have a value in the cb_eliteregsuccess field be listed first? and then it also grabs any user with a value in the business name field secondary?
Seams like the correct method, but really need to test it in phpmyadmin on _comprofiler database to see if it returns those expected results. It simply adds an ORDER BY of either ASC or DESC then comma separates them.but how to give the Elite users hierarchy on the list?
I thought I had it nailed with the sort feature being able to have multiple entries.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, it should order by the first order then order by the second, etc..but am I correct in my thinking on as to what the multiple sort order parameters are supposed to do?
Please Log in or Create an account to join the conversation.