cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple windows open with sWindow=New option

Former Member
0 Kudos

Hello,

I tried to pass a value to a prompt in a child report using &lsS in the parent report. The link worked fine initially but when I put in sWindow=New in the link to make the child report open in a new window I seem to have made a mistake. Clicking on the link now results in the opening of n number of report (non-stop) and it never stops till I kill the parent report. Here is the variable definition I am using

="<a href=http://servername/opendocument.asp?sPath=[Folder1]&sDocName=Child_Doc1&sDocType=wid&sWindow=New&lsSPrompt_Text:="[Parameter Object]">"[Parameter Object]"</a>"

The parameter object here are IDs and clicking on the hyperlink showing the ID value should open the Child_Doc1 report in a new window giving further details about the ID.

Do you see any error in the link? I also tried Target=_Blank but couldn't get the report to open in a new window.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Jai,

Did you find a solution to your issue? I am experiencing the same behaviour of multiple non-stop IE windows being opened when using the sWindow=New parameter.

Thanks,

--Brent

former_member212749
Active Participant
0 Kudos

Hi

Try this

=" a href='http://l1280:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?&sDocName=Account&sType=wid&iDocID=5311&lsSAccountType="[Account Type]"'>"[Account Type]"</a>"

Hope this might help you.

Regards

Prashant