Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 ssrs parameter show hide

Author  Topic 

ilaughforu
Starting Member

3 Posts

Posted - 2009-11-25 : 08:50:17
My first parameter decides the type of report. Depending upon that choice, i should display different set of parameters for each case. For eg, for 1st choice there are 3 parameters that I have to input but for 2nd choice, I have 1st 3 parameters + another 2 parameters. So if 1st choice is selected, i want to hide the last 2 parameters. I know I can hide all the parameters except the first one but how to make it visible depending upon the choice made in 1st parameter.....Please help

pooja

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-11-28 : 02:10:09
unfortunately until 2005 its not possible to show/hide parameters conditionally. but one thing you can do is set the dependency b/w parameters so that it gets enabled only depending on your input.
Go to Top of Page
   

- Advertisement -