BusinessObjects Board

Parameter from OpenDocument passed to Xcelsius

Can I pass a value via an OpenDoc call from a Webi document to an Xcelsius Flash File? I’m hoping I can pick up that value I passed into Xcelsius and use it in my QaaWS prompts. So far I’ve been able to open the Flash File from the OpenDoc call but haven’t been able to pass any values.

Thanks for the help.


RedDawg (BOB member since 2007-12-14)

you can do it. This works similarly like passing values from one dashboard to anothter

create an hyperlink of an object you want with the following url

ServerName:port/OpenDocument/opendoc/openDocument.jsp?sKind=Flash&iDocID=XXXX&lsSvar=[object Name]

Object Name is the object value you want to pass from web I
var is the name of the flashvariable in the xcelsius

use a flashvariable compnent to capture the value and that value is used as prompt value for QAAWs

Following is my work to pass values from one dashboard to another

In that look at the test2 file.

let me know if it helps

Thanks,
Sunil


BOxcelsius (BOB member since 2007-02-07)