cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Navigating from one tab to another tab

Former Member
0 Kudos

Hi Gurus,

I have a requirement to navigate from one Tab to another Tab in the same report.

Thank you for the help !!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Or maybe this is what you are looking for:

amitrathi239
Active Contributor
0 Kudos

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.