I need some help with this report:
Background:
There are electronic documents we have in our company that list each training a person receives. I've created a report for this already, it shows the different people trained on a particular subject and it's grouped by that subject. Good. But I also need to show all the people that haven't been trained on a subject and display that information in a separate report.
Example: If Person A, Person B and Person C work at the company and we want to show who's learned English and Spanish, the first report would look like this:
English
Person A
Person B
Spanish
Person B
Person C
and the second Report would look like this, showing the people not in the first one:
English
Person C
Spanish
Person A
For the first report, I am using a view that brings in all the subjects and people submitted in these electronic documents and I group them within the report. I also have a table with a field of Employees at the company, let's call it {table.employees} if that is important or can be linked in some way.
Can somebody point me in the right direction with this second report? Not sure if this is a database linking that can fix this as the real important part is to show nontrained personnel underneath the appropriate groupings.
Thanks in advance,
Diego
Background:
There are electronic documents we have in our company that list each training a person receives. I've created a report for this already, it shows the different people trained on a particular subject and it's grouped by that subject. Good. But I also need to show all the people that haven't been trained on a subject and display that information in a separate report.
Example: If Person A, Person B and Person C work at the company and we want to show who's learned English and Spanish, the first report would look like this:
English
Person A
Person B
Spanish
Person B
Person C
and the second Report would look like this, showing the people not in the first one:
English
Person C
Spanish
Person A
For the first report, I am using a view that brings in all the subjects and people submitted in these electronic documents and I group them within the report. I also have a table with a field of Employees at the company, let's call it {table.employees} if that is important or can be linked in some way.
Can somebody point me in the right direction with this second report? Not sure if this is a database linking that can fix this as the real important part is to show nontrained personnel underneath the appropriate groupings.
Thanks in advance,
Diego