Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional Jump to Report in SRS 2000

Status
Not open for further replies.

dldev

Programmer
Sep 4, 2007
33
0
0
US
Hello, I've been researching this for some time. Does anyone know if you can conditionally jump to a report? Something like this:

=iif(Fields!TEST.Value = "?????" And Fields!TEST2.Value > 0, TestDetailReport, "")
I've tried this based on the text color also but keep getting errors like this:

The expression for the textbox ‘TESTBOX’ contains an error: [BC30451] Name 'TestDetailReport' is not declared.

Is what i'm trying to do here just not possible?

Thanks,
Dennis
 
Dennis, "iif" is a MS Access function and not SQL Server.

Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top