Friday, March 9, 2012

error msg when using parameters

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!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.
"aggiechick717" <mhoppe@.chkenergy.com> wrote in message
news:1156436830.792903.191820@.b28g2000cwb.googlegroups.com...
> 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!
>|||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?
"aggiechick717" wrote:
> 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!
>

No comments:

Post a Comment