on 06-03-2016 9:27 PM
Hi Gurus,
I have a requirement to navigate from one Tab to another Tab in the same report.
Thank you for the help !!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check this.
Hyperlinks for the Tabs in SAP BI 4.0 | SCN
Symptom
How to link one tab to another in Web Intelligence reports through hyperlink
Resolution
1. Create a Web Intelligence Document, select some combination of objects.
2. Run the report and Save the report.
3. Create another Tab in the report.
4. Drag some combination of objects in the target tab
6. Run the report and Save the Report.
7. Edit the Master Tab and create a variable and define the hyperlink syntax (defined below) in the same.
8. Drag the Variable in the report and select the column and click on Properties tab.
9. Expand Display and change the value of Read Content as from Text to Hyperlink.
10.Now clicking on the column link opens the target tab.
11. Save the report.
Hyperlink Syntax:
="<ahref=http://servername:portnumber/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?iD...>"+COLUMN NAME+"</a>"
In above syntax:
<ahref </a> is Anchor tag
iDocId is Document ID for the report
sReportName is Target Tab Name
sRefresh is the option to refresh the reprot, the values can be Y or N
.wid is type of WEBI report
COLUMNNAME is the column defined in Master tab to link to Target Tab.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.