BusinessObjects Board

Using OpenDoc to pass parameters from webI to Xcelsius

Hi All,

I’m trying to pass parameters from WebI to get a chart in Xcelsius. I’ve created a flash variable in target Xcelsius file which will be feed for the prompt I’ve in my QAAWS. But, when I click on the hyperlink, it wouldn’t pass the parameter, hence the chart doesn’t show any data.
Can someone please help me in this and let me know if i’m missing anything.

The reference I’ve used from the forum talks about Xcelsius to Xcelsius linking.

Thanks in advance for all your help!!

KK


kkedla :us: (BOB member since 2007-06-13)

  1. In xcelsius you got Flashvar Range setup correctly? i.e. the Name is case senstive…should match the paramter your sending from webi exactly
    for example lsSFirstPram=([Your object]) in webi hyperlink means in xcelsius Name range will say FirstPram
  2. variable format= CSV
  3. Is your hyperlink syntax correct in webi? Should be using something like
http:(Server Name .......  com)/OpenDocument/opendoc/openDocument.jsp?sType=wid&iDocID=XYZZZZZZZ&sIDType=CUID&isApplication=true&sWindow=New&lsStest=([Year])&sRefresh=y

katullus :us: (BOB member since 2009-08-21)