Refer Based on : Island Resorts Marketing
Open Parent DESKI Report (Parent Report):
Create Variable with following syntax
=Hyperlink("http://heavenlyabode:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&iDocID=1105&sWindow=New" , "Child Report")
Please note, here if BOE Java implementation the above syntax like
=Hyperlink("http://heavenlyabode:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&iDocID=1105&sWindow=New" , "Child Report")
If it is .Net implementation the syntax must be
=Hyperlink("http://heavenlyabode:8080/businessobjects/enterprise115/InfoView/scripts/opendocument.aspx?sType=wid&iDocID=1105&sWindow=New" , "Child Report")
Here sType is nothing but target report type like
rep - DeskI
rpt - Crystal Report
wid - WebIntelligence
If your target report is WebI then use sType=wid.
iDocID of the target document, you can find by log in CMC > Objects > then click your target document, then you will get the following screen and highlighted number is the iDOCID of your target doc.
sWindow
is would tell how to open the target report.
If sWindow=New then target report will open new browser
If sWindow=Same then target report will open same existing browser
Sample Report variable created as follows in the attached DESKI report
=Hyperlink("http://heavenlyabode:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&iDocID=1105&sWindow=New&sRefresh=Y&lsSCountry=France" , "Child Report")
0 comments: