Hi all,
I need to render a Dashboard in a web page without using the openDocument.jsp feature (customer requirement)
I would like to access the Dashboard as I do with Webi Reports and get the flv file to embed it in the web page.
I can retrieve the corresponding infoObject but I have no idea on how to render it.
I can see that the actual class is:
com.sap.sdk.plugin.desktop.xcelsius.internal.XcelsiusEnterprise
I also know that in the WebService sdk this class exists:
com.businessobjects.enterprise.xcelsius.Xcelsius
This class has an interesting method: getViewerUrl(), but I don't know how to get an instance of this class for my dashboard.
Can anyone please help?
Thanks in advance
Vincenzo