BusinessObjects Board

open documnet function

hello,
i have a report in deski and it has basically 2 tabs.now my requirement is,if i click on one of the column it should pull another deski report.
i know that it is possible using open documnet function but i am not sure baout the correct syntax.(i am new to this deski)so please can anyone help me with that???


Biku724 (BOB member since 2008-07-29)

Hi,
Desk-I to Desk-I report linking is achieved by using the hyperlink function. Do a search on “hyperlink” in the search menu and you will find a lot of posts on it.


Omkar Paranjpe :us: (BOB member since 2006-02-13)

try this.

http://<server>/businessobjects/enterprise11/InfoView/scripts/openDocument.jsp?<parameters>

Where is the web server and is the list of the following parameters joined with ‘&’:

• (required) Either:
• sPath and sDocName, where
• sPath= – the path of the report
• sDocName= – the name of the report
• iDocID= – the object ID of the report
• sType=wid – document type, it’s wid for Web Intelligence document.
• sRefresh=<yes/no> – refresh the report or not, either Y or N.
• sReportName= – the name of report in the document.
• lsS= - the name and value of a single value prompt.
• lsM=<value_1>;<value_2>;…;<value_n> - the name and values of a multi values prompt.

Hope this will help you.


Rakesh_K :india: (BOB member since 2007-12-11)

i tried it.but it’s giving incorrect datatype error.


Biku724 (BOB member since 2008-07-29)

can you paste what formula you are using.


Rakesh_K :india: (BOB member since 2007-12-11)

For more details on hyperlinks Click to download


Arjun (BOB member since 2008-07-28)

hi,
i tried using the folowing function;

a. Using a sinple “file:///PATH *.rep” as
=Hyperlink(“File:///C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\FileStore\Input\a_034\004\000\1058\azqh2mqy5yvnmk3_ctcpqxw.rep” ,“FileStore”)

but when i click on the link it says page can not be displayed.

now hoe to reslove that .any suggestions??

Thanks in advance.


Biku724 (BOB member since 2008-07-29)