Crystal Reports XI, Oracle 10g
We collect and scan documents for patients into our DB. When a patient receives a record, it is marked as being an original "Y" or not an original "N" copy of a form. However, they could receive the same form over and over again until the original is received. This information is stored in one table {DOCUMENTS}
So I can have the following
SITE SUBJECT PAGE NO ORIGINAL?
001 2010 1 N
001 2010 1 Y
001 2010 1 N
003 0900 12 Y
003 0900 12 N
002 1200 201.1 Y
002 1200 201.1 N
002 1200 201.1 N
I want to show just the subjects that have an N and not both an N and a Y for each site/subject. Hope I explained this ok and provided enough info.
Thank you!!
We collect and scan documents for patients into our DB. When a patient receives a record, it is marked as being an original "Y" or not an original "N" copy of a form. However, they could receive the same form over and over again until the original is received. This information is stored in one table {DOCUMENTS}
So I can have the following
SITE SUBJECT PAGE NO ORIGINAL?
001 2010 1 N
001 2010 1 Y
001 2010 1 N
003 0900 12 Y
003 0900 12 N
002 1200 201.1 Y
002 1200 201.1 N
002 1200 201.1 N
I want to show just the subjects that have an N and not both an N and a Y for each site/subject. Hope I explained this ok and provided enough info.
Thank you!!