all groups > sql server reporting services > september 2005 >
You're in the

sql server reporting services

group:

Disable and/or Hide Parameters


Disable and/or Hide Parameters isaak
9/26/2005 12:00:17 PM
sql server reporting services:
Is it possible to conditionally disable or hide parameter prompts, depending
on other already selected parameter values? For example, if I have two
parameters p1 and p2, is it possible to somehow disable or hide p2 if
P1="Yes"? Also, is it possible to conditinally set the default value of a
parameter, based on the user-selected value of another parameter? for ex: If
P1="YES", set default value of P2
to "2005"

Re: Disable and/or Hide Parameters Robert Bruckner [MSFT]
9/26/2005 4:13:22 PM
Sorry, conditionally hiding parameters dependent on other parameters values
is not supported natively at this point. The closest you can get right now
is to write your own custom parameter application that knows about your
business logic and once all parameters are satisfied, you use a SOAP call
(or URL access) to trigger the rendering of the report.

Adding the ability to conditionally hide parameters is a good suggestion and
it is under consideration for future releases.

-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.



[quoted text, click to view]

AddThis Social Bookmark Button