To prepare the URL from an IBM Cognos dashboard report
For information about creating dashboard reports with IBM Cognos, see Guidelines for creating new dashboard reports.
The format of an IBM Cognos dashboard portlet URL is as follows.
http(s)://HOST.DOMAIN:port/unica/reports/jsp/dashboard_portlet.jsp?product=Product& report=ReportName
where
*
Product is the name of the IBM® Unica® application's subfolder in the Unica Dashboards folder on the IBM Cognos system. That is: Campaign, Interact, or Plan for Marketing Operations. (Plan was the previous name of the Marketing Operations application.)
*
ReportName is the HTML-encoded name of the dashboard report. For example: Campaign%20Performance%20Comparison
For example,
http://serverX.companyABC.com:7001/unica/reports/jsp/dashboard_portlet.jsp?product=Campaign&report=Campaign%20Performance%20Comparison
If you have scheduled the report as described in To schedule a dashboard report, add the following to the end of the URL:
&isView=true
*