Hello,
I am trying to pass few parameters to child dashboard using flash variable however it is not passing the parameter.
Server and dashboard design both are at BI 4.0 SP04.
Steps to reproduce the issue:
1. Create a parent and child dashboard.
2. Create a flash variable at parent dashboard to pass the logon token to child dashboard.
3. Create a combo box on parent dashboard and map to list of parameters.
4. Create a FV connection on the child dashboard by the name KEYFIG and map it to a cell.
5. Variable format is set to CSV; also tried with XML format with same results.
6. Now use a SWF loader component on the parent dashboard and set application domain to NEW.
7. On the embed spreadsheet; provide the below formula;
="../../../Xcelsius/opendoc/documentDownload?iDocID=CUID_OF_CHILD_DASHBOARD&sIDType=CUID&sKind=Flash&KEYFIG="&D32&"&CELogonToken="&A43
Also tried this URL:
="../../../Xcelsius/opendoc/documentDownload?iDocID=CUID_OF_CHILD_DASHBOARD&sIDType=CUID&sKind=Flash&lsSKEYFIG="&D32&"&CELogonToken="&A43
Now strange thing is; the logon token is passed successfully; however the parameter is not getting passed to the child dashboard.
For ex:
I have saved the cell with a value 1000 and displaying it on the child dxashboard. Now upon passing 2000 as variable value to the child dashboard, the dashboard is still showing 1000.
It looks correct to me; but still not working. Please let me know if I am missing on anything or if anything is wrong in the method used.
Thanks,
Sukhprit