Issue with Syntax

I’m not sure why I’m getting an error with the following syntax:

="<a 
href=\"http://lesnessman:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp? 
&amp;sDocName=TLPaid&amp;sPath=[My Favorites]+[HHG Report]&amp;sType=wid&amp;sWindow=New&amp;lsSEnter_Value:="+ 
[Tid]+"\">"+[Tid]+"</a>"

Basically, I create a new hyperlink and past that into it. But, when I run it it doesn’t work. I’m not really familiar with OpenDocument. I’m hoping someone who is would notice the problem.

[Moderator Edit: Added code formatting - Andreas]


bull76 (BOB member since 2010-04-08)

="<a
href=“http://lesnessman:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?
&sDocName=TLPaid&sPath=[My Favorites]+[HHG Report]&sType=wid&sRefresh=Y&sWindow=New&lsSEnter_Value:=”+
[Tid]+"">"+[Tid]+""

Try with this. And generally syntax works when the report is in Corporate folder. So try to put in Public folder, remove the path and try it.

Regards,
Nithya


Nits :us: (BOB member since 2008-11-09)

So, I should put the report that I want to link to in the Public folder and take the path out of the syntax entirely?


bull76 (BOB member since 2010-04-08)