Using the URL API in Strategy Web, users can create links in documents (Report Services and HTML) that users can simply click on to automatically take them to that report to execute.
However, one requirement that a developer may have is that instead of linking to a report inside of the same project where the document is contained, the developer may need to link to a different project on the same Strategy Intelligence Server.
The developer can still use the standard URL API syntax as shown below to do so:
JSP
mstrWeb?Server={&SERVERNAME}&Project={&PROJECT}&Port=0&evt=4001&src=mstrWeb.4001&reportViewMode=1&reportID=**REPORT_ID**
ASP.NET
Main.aspx?Server={&SERVERNAME}&Project={&PROJECT}&Port=0&evt=4001&src=mstrWeb.4001&reportViewMode=1&reportID=**REPORT_ID**
However, three additional things will need to be true/done:
