I am creating a report with a bunch of subreports. Each subreport is in its own group footer. But for some reason it is showing my details information twice and wondered if anyone knew why?
Look at the SQL query that is being used for this report (Database > Show SQL Query) and see if that explains it.
If you are not sure post the SQL here.
The main report just lists some vital information about that patient. I have 4 subreports that have additional information on the patient displayed in a table format. I know have details sections a-g, and it displays all of my information correctly, it just shows it 3 times back to back. Any ideas??
The problem is in the visual linking expert. I have a total of seven tables. 6 of them contain surg_proc_num and two have ssn, bet when i try to link them all up i get the duplicate
Using the SQL above, the number of detail lines depends on the number of records in each join..
Th only circumstance in which you will get one detail record is if:
for a given Pt-Ident record there is
just one matching SurgProc record
and for this surgProc record there is
just one matching Assesment record and just one matching pumpstat record.
Any other situation would produce either no output record or multiple outputs.
So are you satisfied that there is just one record in each case.
You could suppress the duplicates. Right-click on the detail section and choose Format Section. Then choose the formula icon (x+2 and a pencil) for suppression.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.