BusinessObjects Board

how to create hyperlink

Hi,

I am using BO XI 3.1

I have report with two tabs the first tab contains the dept no and name
and the 2nd tab contains detail of all departments

the problem is the client wants to click the dept no in the 1st tab and the clicked dept will act as prompt for the 2nd tab and gives the the details of that paticular department

Thanks in Advance


dony (BOB member since 2008-01-29)

Open the document in the Interactive Viewer in InfoView. On the first tab, right-click in the column where you want the hyperlink, and choose Hyperlink - New. Click the Browse button, and browse to that same document. Then fill in the blanks. Make sure you set it to refresh on open. And choose the second tab as the report to open.


MichaelWelter :vatican_city: (BOB member since 2002-08-08)

Hello,

I am working with webi reports, BO XI R2, with java.


vasu237 (BOB member since 2007-02-19)

Vasu, I’ve moved your posts to https://bobj-board.org/t/133935. Please post your questions there. And while posting, please do not bump your post until at least one business day has passed. You can edit your post to add details.


Jansi :india: (BOB member since 2008-05-12)

is it possible to do the same in BO XI R2?


soxx :fr: (BOB member since 2009-03-24)

No with XI R2, except by OpenDocument() function.


Jansi :india: (BOB member since 2008-05-12)

It would be use of an OpenDoc function with a parameter pass…

“<ahref=“http://businessobjects-Server_name/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sDoc=”+URLEncode(“Report_name_to__be_opened”)+”&sWindow=New&sType=wid&sRefresh=Y&lsS"+URLEncode(“PROMPT_TO_BE_PASSED”)+"="+[THE OBJECT ON WHICH THE PROMPT IS ACTICE]+"&lsS+"")


tarique.mollah :india: (BOB member since 2008-04-22)

Hi MichaelWelter,

sorry for the late reply ,Thanks a Lot for your suggestion it worked fine


dony (BOB member since 2008-01-29)