I have the following data in my table:
GroupID | StaffName
-------------------
G1 | Alex
G1 | James
G2 | William
Then I want to Group them by GroupID. I have try using "Add Group -> Adjacent Before". But the result as below:
But what I want is as below:
How to I achieve this? Thanks
I solved the issue as following step:
Finally work!