March 16, 2006 at 7:38 am
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 ?
March 16, 2006 at 8:12 am
Sure, but you'll have to put the relationships into a table, or inside of a stored procedure so you can use the query value.
This tutorial does it, but its example is in RS2005,
http://msdn2.microsoft.com/en-us/library/ms166931.aspx
But I think (Fingers crossed) it works in RS 2000
March 16, 2006 at 2:56 pm
SQL Reporting Services 2005 only supports Multi Parameter querys ....
Moe C
March 17, 2006 at 3:56 am
Yes, what you're trying to do is know as a cascading parameter. Check the following...
http://msdn2.microsoft.com/en-US/library/ms155917.aspx.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply