Hyperlinks in Web Intelligence
- Place the Blank Cell from the Templates Panel.
Finally it works like a Hyperlink.
The syntax for the hyperlinks
Normal Hyperlink
="http://ic-rpc-01:9000/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&iDocID=13790"
Hyperlink with Text
=<a href=http://ic-rpc-01:9000/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&iDocID=13790> Hyperlink </a>
Hyperlink on a Column
="<a href=http://ic-rpc-01:9000/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&iDocID=13790>"+[Year]+
"</a>"
Hyperlink with the Prompt
="<a
href=http://ServerName:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&sWindow=New&iDocID=91194
5&sRefresh=Y&lsSEnter%20Customer:="+URLEncode([Customer])+">"
+[Customer]+"</a>"
We can view the report by both ways by using iDocID and sDocName
sDocName is the name of the which you want to view.
DocID is the unique number given to the Report.
ServerName:8080
ServerName:8080
Server name is the name of your system name.
8080 is the port number of your server.
You will find these two Details in internet explorer after opening the infoview.
To view the DocID
Go to the infoview panel select the folder in which your report exists
In this above window you are seeing up arrows if you place your cursor on the arrow button then the DocID will display in the below toolbar.
From the above window 13796 is the DOCID of the LEVEL3 Report.
In Desktop Intelligence
We have a direct function called Hyperlink
The syntax of the Function =hyperlink( “path”,”Name you want to display”)
Place the hyperlink path in the first place. And the name you want to display in the Second place.
No comments:
Post a Comment