pmak


When passing the prameter values to a linked report, I want to set one of the parameter at the linked report to "Select All", this was added automatically to the parameter list when multivalue report parameter is used . How to set this "Select All" as a parameter or can it be done Thanks




Re: How to select the "Select All" checkbox parameter?

BobP - BIM


First of all, I am assuming that by a linked report, you mean a report that is called from another report when the user clicks on it.

There are a couple of ways you could do it.

1. On the linked report, set the default parameter values to the same Query that populates the parameter.

2. On the calling report, set up a new hidden parameter, and populate it with the same query that populates the parameter in the linked report. On this new hidden parameter, set the default to be the same query that populated it. Then, when the report is called, pass the new parameters!parameter.value to the report.

Hope that helps.

BobP