I have a main report with a bunch of parameters. The user should be able to click a specific field in the main report and it will open a new report with a bunch of 'descriptor' records.
problem: there isn't one, single id to pass from the main report to filter the subreport
I need to be able to pass the selected parameters to the subreport sproc in order to filter the linked report. I have set up the main report to pass parameters (e.g. PropertyMatch=Parameters!PropertyMatch.Value , POSCountry=Join(Parameters!POSCountry.Value, ", " )), but the main report seems to be sending ALL parameters, not just the selected ones.
Help?? It's urgent...
Thanks, Megan