all groups > sql server reporting services > august 2006 >
You're in the

sql server reporting services

group:

error msg when using parameters


error msg when using parameters aggiechick717
8/24/2006 9:27:10 AM
sql server reporting services:
Anyone know how to fix this error?

Error 1 [rsInvalidReportParameterDependency]
The report parameter 'district' has a DefaultValue or a ValidValue
that depends on the report parameter "district". Forward
dependencies are not valid.

Thanks!
Re: error msg when using parameters Ben Watts
8/24/2006 1:06:04 PM
try adding a new dataset, just to be used for the parameter values and then
put them as your default or available values, what ever you are using them
for.
[quoted text, click to view]

RE: error msg when using parameters aitcha1
8/29/2006 7:54:01 AM
Normally forward dependencies occur when you are trying to populate the
default value, or valid values of one parameter based on another parameter
that hasn't been set yet.
E.g. If you wanted users to select a region first, and then have a dropdown
which only allowed them to select districts in that region, you would need to
ensure that that region parameter appeared above the district parameter in
the list on the report parameters page (from the layout tab of visual studio).

In your case however, a parameter called district seems to have a forward
dependency on another parameter also called distict... have you got two
parameters with the same name?


[quoted text, click to view]
AddThis Social Bookmark Button