Crystal 11
My data looks like this:
PATID: 300 EPISODE: 3 GUAR_ORDER: 1 GUAR_ID: 103
PATID: 300 EPISODE: 3 GUAR_ORDER: 2 GUAR_ID: 1101
PATID: 401 EPISODE: 5 GUAR_ORDER: 1 GUAR_ID: 103
PATID: 455 EPISODE: 2 GUAR_ORDER: 1 GUAR_ID: 32
PATID: 455 EPISODE: 2 GUAR_ORDER: 2 GUAR_ID: 103
I need to select the records where Guarantor 103 is the only Guarantor - so in this example I only want PATID 401.
Any ideas?
My data looks like this:
PATID: 300 EPISODE: 3 GUAR_ORDER: 1 GUAR_ID: 103
PATID: 300 EPISODE: 3 GUAR_ORDER: 2 GUAR_ID: 1101
PATID: 401 EPISODE: 5 GUAR_ORDER: 1 GUAR_ID: 103
PATID: 455 EPISODE: 2 GUAR_ORDER: 1 GUAR_ID: 32
PATID: 455 EPISODE: 2 GUAR_ORDER: 2 GUAR_ID: 103
I need to select the records where Guarantor 103 is the only Guarantor - so in this example I only want PATID 401.
Any ideas?