Hi,
Currently there are two field in the group header = UserName & Dept.
I set to group by username, meantime I wish to sort the group by dept, how can this be achieve ?
I had tried option "in original order", it will not work.
I try to refer this thread Group by One Field Sort by Another on the formula, but I had no idea.
The current result:
Amy | HR (Group header)
Item A (records)
Item B
Ben | Admin
Item A
Item B
Cathy | Finance
Item A
Item B
Expected result:
Ben | Admin
Item A
Item B
Cathy | Finance
Item A
Item B
Amy | HR
Item A
Item B
Thanks