I am trying to create a report with..
* four different sections
* using a sub-report for each
* using a different table for each
yet I want to use the same parameters for record selection: StartDate, EndDate, SalesPerson.
I can do it by duplicating the parameters in each report, but that seems like a lot of work initialing the same three, four times. I tried to create variables in the subreport to essentially pass the values, but they don't seem to be getting through.
Any thoughts? Thanks.
* four different sections
* using a sub-report for each
* using a different table for each
yet I want to use the same parameters for record selection: StartDate, EndDate, SalesPerson.
I can do it by duplicating the parameters in each report, but that seems like a lot of work initialing the same three, four times. I tried to create variables in the subreport to essentially pass the values, but they don't seem to be getting through.
Any thoughts? Thanks.