system
June 28, 2010, 2:18pm
1
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?
&sDocName=TLPaid&sPath=[My Favorites]+[HHG Report]&sType=wid&sWindow=New&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)
system
June 28, 2010, 9:19pm
2
="<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 (BOB member since 2008-11-09)
system
June 28, 2010, 9:29pm
3
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)