Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Error on Drillthrought report ssrs2008

Author  Topic 

rookie_sql
Constraint Violating Yak Guru

443 Posts

Posted - 2010-06-03 : 06:28:12
Hi am getting an error on my report when i go to do a drillthrough i get "forward dependencies are not valid"

In Report 1 i created a parameter called
Name: brparam

Available Values
Label : brparam
Value : =parameters!brparam.value

Default Values
no default value

Advanced
option 1 selected automatically ....


Dataset for report 1
select ab,ac,ad
from tbl
where ab = @brparam


In Report 2 i created a parameter called
Name: brparam -- same name as in report 1

Available Values
Label : brparam
Value : =parameters!brparam.value

Default Values
no default value

Advanced
option 1 selected automatically ....

Is there anything else i need to do ?


   

- Advertisement -