Sort table using GROUP BY.
Hello guys
usually I sort a table with sort option and it works fine.
But for my need I use GROUP BY feature and I try to sort my table by GROUP BY and inside the GROUP BY to sort on specific column.
It seems that the option to sort TABLE is disable when there is GROUP BY section in the table.
Can you confirm that behavior and if there is a way to do what I need.
Thanks