I have a report that pulls all the implants inserted in a surgical procedure. Looks like this:
patientname implant
marc stent
screw
rod
screw2
Now I'd like to add the staff names that worked that case. I tried just inserting the field, but got duplicates (if there were 5 people working that case, crystal would create additional records so that every implant was listed 5 times with a new name next to it, essentially giving me 20 records when i only need 4). Next I tried using a subreport containing only names. This time I got back a duplicate subreport for each record.
Is there a way to suppress all the subreports in a group except for the very first one? Ultimately, I need the report to look like this:
patientname implant staff
marc stent mary
screw joe
rod dr. who
screw
Thanks for any ideas!
patientname implant
marc stent
screw
rod
screw2
Now I'd like to add the staff names that worked that case. I tried just inserting the field, but got duplicates (if there were 5 people working that case, crystal would create additional records so that every implant was listed 5 times with a new name next to it, essentially giving me 20 records when i only need 4). Next I tried using a subreport containing only names. This time I got back a duplicate subreport for each record.
Is there a way to suppress all the subreports in a group except for the very first one? Ultimately, I need the report to look like this:
patientname implant staff
marc stent mary
screw joe
rod dr. who
screw
Thanks for any ideas!