system
August 25, 2009, 6:31pm
#1
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)
system
August 25, 2009, 8:56pm
#2
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
Hi,
Have any one tried with Passing data/Parameters from one Xcelsius to a different Xcelsius.
For example,
I am having a value(Dropdown) in Xcelsius A and a Chart,
And also a chart in different Xcelsius,say Xcelsius B.
Once i click the value in Xcelsius A, Simultaneously, the values should change in Xcelsius A chart and Xcelsius B chart.
Is it possible to do in Xcelsius?
I did a search in the web…but was not successful.
Someone please help me with this?
Waiting for your answer…
Thanks …
In that look at the test2 file.
let me know if it helps
Thanks,
Sunil
BOxcelsius (BOB member since 2007-02-07)