I am trying to use the opendoc command to pass a parameter to my Xcelsius Dashboard to Filter my Chart. I setup a Combo Selector.
Is this doable and if so how… For example If I only wanted to see USA data on my BarChart and I was calling the SWF from another Web application and wanting to filter with the “USA” selection they made from there WEB app, can that been done and if so How?
Just because someone else hasn’t done it doesn’t mean it cannot be done, it just means no one else has done it.
We send parameters to our SWF files using OpenDoc all the time. Here is an example OpenDoc statement that we use, it’s passing 2 parameters; TIN and PRCP. We usually bring these into Xcelsius and then pass them to QaaWs to get our data, but they can just as easily be used to filter your Chart.
Note the &lsS parm, this is were I specified the FlashVar. The value I am passsing is “Product 2”.
The FlashVar is specified in the Data Connections, it is named ProductVar and is mapped to Cell C14. Which is also the Destination of the ComboBox Filter. Also, another key is to set the Behavior within the ComboBox to Dynamic and bind it to cell C14. Everything else is pretty basic…
I have attached the XLF file for all to view. Hope this helps! I know when I was trying to figure this out, I was wishing I had a working example to review. Now everyone has one.
Hi Charlie i am all the ones who are new to Xcelsius will really appreciate when the member post solution. So i just wanted to thank you for posting the solution.
Hi Charliebobj,
Could you please share your sample SWF file where you had defined Flash Variable to us? I am new in Xcelsius and I need to create Flash Variable.