cancel
Showing results for 
Search instead for 
Did you mean: 

How to jump from a tab to another in a particular section

Former Member
0 Kudos

Hello,

I am using opendoc to jump from a tab to another in the same webi document.

This point is ok using something like "../../opendoc/openDocument.jsp?sDocName=1.2%20H%20tmp;sType=wid&sReportName=Detail"

But in my 'detail' tab, I have a list divided by with a section.

For example, there is a list of customer and a section on the customer country.

I need to jump to a particular country.

Is there a particular option in opendoc to jump to a specific section value ?

Thank in advance

Didier

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try using the sReportPart parameter.

Former Member
0 Kudos

Sorry but all the code samples that I found is about Crystal and not Webi reports.

It seems that sReportPart involve the use of sPartContext and sReportMode

I have try many things but that do not work.

Have you a sample in a webi documents ?

Best regards

Didier

former_member212749
Active Participant
0 Kudos

Hi ,

Please 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>"

This would navigate to another report in WebI but not sure abt how to navigate to a Tab.

Regards

Prashant

Edited by: Prashant Sathyapalan on Sep 25, 2008 10:59 AM

Former Member
0 Kudos

I am trying to do something similar, but I don't want to go to a different tab, just to a group within the first tab of the report.

So far I've successfully used the OpenDoc syntax to create a hyperlink from one Webi Report to another one. Now I'd like to try to link from a specific hyperlink in one Webi report to a specific block of data in a different report.

I am far from an HTML guru, so please bear with me. So far, I can't even get the destination Webi report to hold the id attribute in a cell. Right now I've got the following formula jammed into a group header cell for a group that is based on the . The Section Anchor formula returns a 1,2, or 3 based on which of the 3 possible Sections you are in.

Help?

="<a1 id="[Section Anchor]">"[Section]"</a1>"