Hello,
I want to use an order by, but not select the order by field. Doing this is simply not ordering it...
So, how can I remove a column from the result? 😕
It would be easy enough if it was just one column, but I have 20 and I'm letting the users choose which columns to order by and which columns they do not want to display.
Evil users will select a column to order by and then indicate the do not want to display it... which really is a valid request.
Thanks for the help.
Max