Open Document Issue

I’m getting an error when using the following syntax:

="<a href=http://lesnessman:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp
?sType=wid&sWindow=New&sRefresh=Y&sPath=" +"&sDocID=52636"+"&lsSTid="+[Tid]+" ’ >"+[Tid]+""

This is my first time trying to use open document so I’m hoping someone can help me out.

Not sure where I should put the name of the report or where it’s located if I have to do that. I put the doc ID in the syntax.

The report is in My Favorites/HHG Report and the name of the report that I want to link to is TLPaid. I also want to pass the value of Tid to the linked report.

Thanks in advance


bull76 (BOB member since 2010-04-08)

First thing remove all blank places


patriot3029 :india: (BOB member since 2006-12-08)

Try this:-

="<a href=\"../../opendoc/openDocument.jsp?iDocID=52636&amp;sType=wid&amp;sRefresh=Y&amp;lsSTid="+URLEncode(""+[Tid])+"&amp;sWindow=New\" title=\"\" target=\"_self\" nav=\"doc\">"+[Tid]+"</a>"

BO_Stuffed (BOB member since 2008-03-29)

Thanks. And do I add it to a hyperlink or do I add it to a blank object?


bull76 (BOB member since 2010-04-08)

When I add the syntax to a hyper link:

="<a href="…/…/opendoc/openDocument.jsp?iDocID=52636&sType=wid&sRefresh=Y&lsSTid="+URLEncode(""+[Tid])+"&sWindow=New" title="" target="_self" nav=“doc”>"+[Tid]+""

I get an error:

Invalid identifier ‘a’ at position 15. (WIS 10022)

When I remove the = and the quotes I can apply the link. But when I run it I get the following error:

404 Missing Page

The page you requested is not available on this web server for one of the following reasons:

The address you typed may be inaccurate. For example, a character was missing. To correct this issue, double-check the address and make sure that it is spelled correctly.

If you clicked on a link or button, the web application that generates this link may be experiencing a temporary problem. Close and restart your browser and try the link again at a later time.


bull76 (BOB member since 2010-04-08)