I want to use a dropdown parameter to actually populate another dropdown parameter As in department dropdown parameter populates the division dropdown parameter. Is it possible to do this in SQL Reporting Services 2000
I want to use a dropdown parameter to actually populate another dropdown parameter As in department dropdown parameter populates the division dropdown parameter. Is it possible to do this in SQL Reporting Services 2000
Multiple parameters
kavita bhalodia
Please check this link on MSDN (scroll down to the section about "cascading parameters"): http://msdn2.microsoft.com/en-us/library/ms155917.aspx
Although that site also describes RS 2005 features, cascading parameters is also available for RS 2000.
-- Robert