|
|
BusinessObjects Performance Management XI
It is possible to display a corporate analytic dashboard through a URL. This feature is useful with Portal Integration Kits (PIK), as the default viewer normally does not display dashboards.
Why does this behavior occur?
Display of dashboards is not a feature of PIK out of the box.
To display a corporate dashboard through a URL based on CUID, follow these steps:
- Run the following query in query builder:
SELECT SI_NAME,SI_CUID FROM CI_INFOOBJECTS WHERE SI_KIND like 'AFDashboardPage'
- Find the name of the dashboard and copy the SI_CUID field.
- Use that string as the value for the <url> argument in the following URL:
http://cplusplus:8080/businessobjects/enterprise115/desktoplaunch/jsp/aa-getpage.jsp?url=AYmAsqBaR6FMlmz2nZ0kI3M
Have a question for our trainers?
Click here to send your questions!
|
|