Hello All,
I am not sure how to design the report for the following sample requirement:
The query looks very simple : Select Dept,SubDept,Name,Technology,PNum From tblEmployee
I could Group by only Dept but I am not able to group by on Dept and SubDept at same level.
The Report should look like as below:
Thanks.