Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

error msg when using parameters

39 views
Skip to first unread message

aggiechick717

unread,
Aug 24, 2006, 12:27:10 PM8/24/06
to
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!

Ben Watts

unread,
Aug 24, 2006, 2:06:04 PM8/24/06
to
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" <mho...@chkenergy.com> wrote in message
news:1156436830.7...@b28g2000cwb.googlegroups.com...

aitcha1

unread,
Aug 29, 2006, 10:54:01 AM8/29/06
to
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?

Claus Rasmussen

unread,
Aug 17, 2010, 7:25:10 AM8/17/10
to
Confirming that adding a second dataset effectively pointing to the same parameter value as the initial set worked a treat for me. Thanks!

From http://www.developmentnow.com/g/115_2006_8_0_0_811008/error-msg-when-using-parameters.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

0 new messages