Hi,
I want to embed a dashboard into another portal or to be more precise: I want to have a URL that directly opens a specific dashboard.
I expected something like "servername:9205/
Has anybody experience and a working example how to call a dashboard from external?
Thanks,
Ralf
Found this in the documentation, but can't get it working:
- Specify the URL of Dashboards in the IFrame element of the host portal.
For example: <iframe url="<a href="https://bi.dashboard/Infor">https://bi.dashboard/Infor</a> application/?dashboard=Sales
- Extend the IFrame URL with the Origin query string parameter. The Origin must be one of the secure sites that is specified in the Global security settings widget.
For example:
<iframe url="<a href="https://bi.dashboard/Infor">https://bi.dashboard/Infor</a> application/?dashboard=Sales&Origin=<a href="https://Secure_Portal.com">">https://Secure_Portal.com"</a><br /><br />