Hi,
we have a report requirement in a way to merge a column. For ex: there are list of employees will be in different departments. For Department A, number of employees A1,A2,A3....etc.. For Department B, number of Employees B1, B2, B3....etc. My report has Department column, Emp Name and Emp Details columns.
I need to display Department A only once in the center and other columns to display (A1, A2, A3.....) in each row. for all these rows Department should display only once like
Department Emp Name ENo
A1 666
A2 555
A A3 444
A4 215
A5 845
Please let me know how to do this.
Regards,
Sundarrajan.