Hi,
I have a report which is grouping on an Employee's data. Every Employee has been assigned a Manager. The report shows perfect with the first group i.e. Grouped by Employee. But now I want to group the Employees by their Manager so all the employees within a MAnager will be listed together. So I added another group 1 level up the Employee group. This works with the Manager group printing Manager ID only. But I need to display the MAnager's name alongwith his id. How do i accomplish this ?
My report should look like:
Manager: XXXX-ABCD
Emp Name Home no. Email Address
Mary (123)- 456 7890 mary@test.net
Jen (453)- 789 4567 jen@msn.net
Manager: XXXX-XYZ
Emp Name Home no. Email Address
John (345)- 124 5678 jj@test.net
Pam (222)- 145 8765 pam@msn.net
The database table looks like:
EMployee tbl:
EmpID
EmpName,
EmpPhNo
Email
ManagerID
(BTW, i'm using Crystal Report for .NET.)
Any help wold be appreciated.
Thanks.
I have a report which is grouping on an Employee's data. Every Employee has been assigned a Manager. The report shows perfect with the first group i.e. Grouped by Employee. But now I want to group the Employees by their Manager so all the employees within a MAnager will be listed together. So I added another group 1 level up the Employee group. This works with the Manager group printing Manager ID only. But I need to display the MAnager's name alongwith his id. How do i accomplish this ?
My report should look like:
Manager: XXXX-ABCD
Emp Name Home no. Email Address
Mary (123)- 456 7890 mary@test.net
Jen (453)- 789 4567 jen@msn.net
Manager: XXXX-XYZ
Emp Name Home no. Email Address
John (345)- 124 5678 jj@test.net
Pam (222)- 145 8765 pam@msn.net
The database table looks like:
EMployee tbl:
EmpID
EmpName,
EmpPhNo
ManagerID
(BTW, i'm using Crystal Report for .NET.)
Any help wold be appreciated.
Thanks.