Hi Guys,
Need some help with some custom grouping in my SSRS reports.
Here is an example code:
selectm.division
fromtable m
The division field will return the following:
- Division A
- Division B
- Division C
- Division D
At the moment when I group by division, it either displays ascending or descending. How can i implement custom group to position the fields in what way i choose, e.g.
- Division C
- Division A
- Division D
- Division B
Thank you.