cancel
Showing results for 
Search instead for 
Did you mean: 

PASSING MULTIPLE VALUES FROM ONE DASHBOARD TO ANOTHER

Former Member
0 Kudos

Hello,

We are trying to build a dashboard. Here is the scenario, In the main (parent) dashboard the user makes all the selection of countries (typically in a list builder component). Then when he hit ok, another dashboard (child) will be triggered where they can see the charts/details for those countries. So the problem is how to pass the selections (multiple) that are made in parent dashboard to child one.

Please help me how resolve this. Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hello Mike,

Thanks for the reply. I looked into this link but I did not understand this. Can you please explain in detail according to my scenario.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot everyone now I was able to pass parameters using flash variables, but it is opening up in a new tab everytime we click the URL. Is there any way we can open it in same tab?

Thank you very much for your time.

Former Member
0 Kudos

Hi RV,

in the URL component you have used, try setting the window options as "This Window". Also in the URL for opendoc append the syntax "&sWindow=same". let me know what happens.

Thanks,

karthik Bharadwaj

Former Member
0 Kudos

Hello Karthik,

Thanks a lot for the response. Seems like changing the window option to "this window" in URL component is the appropriate solution but it did not work. I changed it and exported the dashboard to platform and tried to open it in BI launch pad. when i click on URL component it is giving no response.

coming to the second one i.e., "&sWindow=same" it is opening up in a new window. This does not have any affect. I think SAP has made it obsolete in newer versions. I mean this parameter does not exist anymore I believe.

Please let me know any other work arounds

former_member184839
Active Contributor
0 Kudos

Hi RV,

Done by flash variables. For details look into this Thread.
http://scn.sap.com/thread/3210636


Other Links to refer,

Creating Parent child Dashboard,
http://scn.sap.com/docs/DOC-36362

Passing Variables to Child Dashboard from Parent dashboard.

http://www.forumtopics.com/busobj/viewtopic.php?t=95901&sid=9aaab8409f0c44e72fd981a0b2da4595

http://mayurpatil-xcelsius.blogspot.in/2012/03/requirement-case-study-there-is.html

Thanks,

Sara

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Passing parameters between SAP XCelsius dashboards

http://noreports.com/passing-parameters-between-sap-xcelsius-dashboards/

Former Member
0 Kudos

Hello Arun,

Thanks a lot. This is really helpful. Thank you. This is close to my requirement.

Former Member
0 Kudos

Arun,

Just a quick question. I did not understand how to include the lsS parameter. I have included the child report ID first then lsS"vraiablename"=V30 (say a cell number where we given destination for the chart to insert). So here is the syntax. <opendocurl>lsSvraiablename=V30&lsSvraiablename=V40.......and so on.

This is for passing multiple variables. So do we need to include space or something like that between two variables?

Former Member
0 Kudos

Hi RV,

for passing multiple values follow the below procedure.

1. collect multiple values in the cells say V1, V2 V3 etc..

2. Now for your cell V30 write a formula like this V30 = V1&";"&V2&";"&V3  and so on...

3. Bind your lsSvariable name to the cell V30 as you have done above..

now your final URL will be like this...

<opendocurl>lsSvraiablename=V30

where V30 contains your multiple values as in step 2.

Thanks

Karthik Bharadwaj