ajthepoolman
Programmer
Hello all! I am very new to Crystal Reports. I am working on a report that has summary information on it. The report has about 10 columns that are nothing but numbers. The report requestor has asked for drilldowns on each of the numbers to show information about the number.
What I have done is create a subreport that has the information for the drilldown. Each of my drilldown areas will display the exact same information. I want to put multiple instances of my subreport on my main report and somehow distinguish which subreport was clicked on. Make sense?
I have put the same subreport on my report and noticed that the first report was rptSubReport.rpt. The second instance of the subreport is rptSubReport.rpt-01. So, Crystal will automatically index multiple subreports, which is great! I want to know how I can capture the index and pass it to my subreport so that my generic subreport knows which section it needs to run.
I know this is confusing. I wish there were a better way to explain it. In a nutshell I want to use the same subreport to display data related to the categories on my main report.
Thanks all!
Aj
What I have done is create a subreport that has the information for the drilldown. Each of my drilldown areas will display the exact same information. I want to put multiple instances of my subreport on my main report and somehow distinguish which subreport was clicked on. Make sense?
I have put the same subreport on my report and noticed that the first report was rptSubReport.rpt. The second instance of the subreport is rptSubReport.rpt-01. So, Crystal will automatically index multiple subreports, which is great! I want to know how I can capture the index and pass it to my subreport so that my generic subreport knows which section it needs to run.
I know this is confusing. I wish there were a better way to explain it. In a nutshell I want to use the same subreport to display data related to the categories on my main report.
Thanks all!
Aj