Hi ExpertsI need to Hide or disable parameters based on the value of prior parameter.I have a report, in which I have a parent parameter 'p' which has 3 possible values ('x',' y','z'). so based on these values i need to make either of the child parameters (c1,c2,c3) visible.When a user selects a value from parameter 'p', only one parameter either 'c1', 'c2' or 'c3' has to be displayed.When a user selects 'x', I need to make 'c1' parameter visible, if 'y' got selected, then 'c2' parameter and if 'z' is chosen, 'c3' parameter has to visible.I am working with SQL Server 2005 Reporting Services and SQL Server 2005 Database Engine is my source.Note: I am not talking about Cascading Parameter. I dont want to load the values of the Child parameter based on Parent Parameter. Thanks in advanceSunny
↧