I have two tables
Table1.applicantid
Table1.state
Table2.applicantid
Table2.deductions
applicantid State deductions (a-z)
1 NY D < hide
1 NY N < hide
2 NY N < hide
3 NY O < show
4 NJ D < show
5 NJ D < hide
5 NJ J < hide
I need a report that shows only applicants in NY that does not have deduction N and applicants in NJ that does not have deduction J. Each applicant have multiple deductions in deductions table.
I can hide all State = ny and Deduction = N but the same applicant may have other deductions such as D and it shows up.
Table1.applicantid
Table1.state
Table2.applicantid
Table2.deductions
applicantid State deductions (a-z)
1 NY D < hide
1 NY N < hide
2 NY N < hide
3 NY O < show
4 NJ D < show
5 NJ D < hide
5 NJ J < hide
I need a report that shows only applicants in NY that does not have deduction N and applicants in NJ that does not have deduction J. Each applicant have multiple deductions in deductions table.
I can hide all State = ny and Deduction = N but the same applicant may have other deductions such as D and it shows up.