Normally, I can do this with GROUPS, but I'm having trouble here.
I have 2 groups
ENCOUNTERID
SEQUENCEID (may be multiple per ENCOUNTER)
EACH SEQUENCEID has an associated ROOMID.
When there are multiple SEQUENCEIDs, they MAY or MAY NOT have the same ROOM ID.
I'd like to print some information for each SEQUENCEID, but I only want to print that info ONCE per ROOM ID.
If each SEQUENCEID has a different ROOMID, it's not a problem. However, if there are two SEQUENCEIDs with the SAME ROOMID, I get a dup.
A THIRD group won't work--Any ideas?
TECH INFO: MS SQL, CR XI
I have 2 groups
ENCOUNTERID
SEQUENCEID (may be multiple per ENCOUNTER)
EACH SEQUENCEID has an associated ROOMID.
When there are multiple SEQUENCEIDs, they MAY or MAY NOT have the same ROOM ID.
I'd like to print some information for each SEQUENCEID, but I only want to print that info ONCE per ROOM ID.
If each SEQUENCEID has a different ROOMID, it's not a problem. However, if there are two SEQUENCEIDs with the SAME ROOMID, I get a dup.
A THIRD group won't work--Any ideas?
TECH INFO: MS SQL, CR XI