Friday, February 17, 2012

drilling in to subreports

hi,
i need to created a main report which in turn leads to subreport.for eg say my main report has a group name and names of the person in that group.iam would passing the groupname as a parameter in the main report.what i actually need is that when i click on person name in the groupon my main report ,then i want my subreport showing the details of that particular person.how could i achieve this.
Thanks in Advance.
regards,
:wave: jemimaI use CR 8.5 and RDC for report creation...

Try this...

Set all your subreports to Suppress = True when you first run your report. Then set Report.subReport.Suppress = False (where subReport is the name that you gave your subreport) when the user clicks on the drill down. (I apologize, I don't know exactly how to code this)

No comments:

Post a Comment