Now I need to go in reverse (previously I had posted going from WebI to XLF)
I have a WebI doc…I would like to call a XLF file from WebI and pass values from the report…
Ideally I would like to have a column (e.g. State) in WebI be a hyperlink that would a)call out to the XLF file and b)insert the value of the hyperlinked column into the model…
XLFs are just used by the designer of the Xcelsius dashboard. What is ultimately used is the .SWF. Since those are self contained, passing parameters is really not possible in either direction.
What you’re trying to do is mimic real dashboarding capability without actually using a real dashboard.
Yes, I said it. Xcelsius is not a real dashboarding product. It’s nice for building nice standalone things. But, it really isn’t integrated with anything. It will be better in R3, but that remains to be seen.
As an FYI - I am currently calling a WebI report from both an XLF file (and yes I know exactly what an XLF is) and a SWF file. Both of these work just fine.
Fair enough. I’m not sure what I was thinking regarding calling a WebI report. You’re simply generating a URL using OpenDocument and passing a value from the SWF.
But, I still don’t think there is any way to do this the other way. However, the next release will be built with Flex which should give more flexibility.