I have a main report that has been grouped on Department and then further on there is another group based on the master table and that group has a subreport employees.
The employee subreport is simple in the details sections has all the employees that belong to same department.
Back on the main report below this group there is one more group projects. And that group displays the different projects going on under each department and the employees are thus grouped based on the projects they are working on.
Now an employee could be working on 2 different projects in the same department. Hence I have data that looks as follows.
DeptABC
Tim
Harry
ProjectA Description: blah
Smith
Harry
ProjectB Description: blah
David
Robert
ProjectC Description: blah
DeptXYZ
Dothy
Nancy
ProjectD Description: blah
Laura
Dothy
ProjectE Description: blah
Kim
Jeniffer
ProjectF Description: blah
Now I want to filter the data furhter to display records in each department with the same people working on it.
So I want the following results
DeptABC
Tim
Harry
ProjectA Description: blah
Smith
Harry
ProjectB Description: blah
DeptXYZ
Dothy
Nancy
ProjectD Description: blah
Laura
Dothy
ProjectE Description: blah
Beacuse in deptabc harry is working on 2 projects
and in deptxyz dothy is working on 2 projects.
I am using crystal reports 8.5 pro.
and oracle backend
please advice.
I appreciate any help.
Thanks.
The employee subreport is simple in the details sections has all the employees that belong to same department.
Back on the main report below this group there is one more group projects. And that group displays the different projects going on under each department and the employees are thus grouped based on the projects they are working on.
Now an employee could be working on 2 different projects in the same department. Hence I have data that looks as follows.
DeptABC
Tim
Harry
ProjectA Description: blah
Smith
Harry
ProjectB Description: blah
David
Robert
ProjectC Description: blah
DeptXYZ
Dothy
Nancy
ProjectD Description: blah
Laura
Dothy
ProjectE Description: blah
Kim
Jeniffer
ProjectF Description: blah
Now I want to filter the data furhter to display records in each department with the same people working on it.
So I want the following results
DeptABC
Tim
Harry
ProjectA Description: blah
Smith
Harry
ProjectB Description: blah
DeptXYZ
Dothy
Nancy
ProjectD Description: blah
Laura
Dothy
ProjectE Description: blah
Beacuse in deptabc harry is working on 2 projects
and in deptxyz dothy is working on 2 projects.
I am using crystal reports 8.5 pro.
and oracle backend
please advice.
I appreciate any help.
Thanks.