Example:
I have this column data as a results and they will sorted like this when i set up sort expression:
A | B | C | M | X | Y | Z
But i want "M" column to be the last column, so i expect the result like this:
A | B | C | X | Y | Z | M
Is it possible?
Thanks for reading. 😛