Multi-Select Parameters
Hi,
I'm using the example on page 144 of the Multi-Select paramters. For some reason I get the error
The report parameter âProductSubCatagoriesâ has a DefaultValue or a ValidValue that depends on the report parameter âProductSubCatagoriesâ. Forward dependencies are not valid.
I simply created a dataset based on the query select * from Production.Product where ProductSubcatagoryID IN (@Product Subcatagories)
Does anybody else get the same error? Is there a bug in RS or the Demo provided?
|