Is there a way to do this:
IIF(Report.URL = "x", "a", "b")
???
The "Report.URL" part is what I'm looking for.
Thanks,
Robert
=Globals!ReportServerUrl & "?/Inventory/Similar Loads&Manifest=" &
Fields!manifstdocno.Value & "&WasteIDNum=" & Fields!wasteidnum.Value
For your case you would have everything after the equal sign twice,
modifying it appropriately.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"rcymozart" <rcym...@gmail.com> wrote in message
news:1118779730.0...@g43g2000cwa.googlegroups.com...
The above helps me construct a URL for the report by hand, but I need
to compare it to the URL of the report itself.
Further scanning the Globals variables that your post pointed out to
me, it looks like Globals!ReportFolder is what I need. I'll test that
and see if it does the trick.
Thanks,
Robert
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Bruce L-C [MVP]" <bruce_l...@hotmail.com> wrote in message
news:uSYOtCSc...@tk2msftngp13.phx.gbl...