Linking Reports

Hi Guys,
I am trying the following link but I am getting the Report Linking Error:

="<a href=http://servername:8020/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?
&sType=wid&sWindow=New&sDocName=Detail_off_dock&sPath=[Public Folders],[SUB_DataMart],[Under_Development]
&lsSEnter_Value:="+[Product Series Description]+"">"+[Product Series Description]+""

Please Suggest…


bonaveen (BOB member since 2010-06-25)

which version of BO you are using?

Thanks
Pooja


ktm :us: (BOB member since 2008-11-12)

Hi

USE “+” instead of comma while defining the path

For example it should be

[Public Folders]+[SUB_DataMart]

Instead of

[Public Folders],[SUB_DataMart]

Thanks
Arun


aroonkaury (BOB member since 2007-06-08)

Hi Arun,
it seems to be working fine 50%
it is opening the detail report but is not taking the
objects I am passing in :
[Product Series Description]

I could see the Detail report still asking for the value
for Enter_Value:=

Please suggest.

Pooja: Iam using XI R/2


bonaveen (BOB member since 2010-06-25)

Hi Guys,
thanks a lot for your suggestions,
but I could fix it.

the final syntax is:
="<a
href=“http://servername/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?
&sDocName=Detail_off_dock&sPath=[Public Folders],[SUB_DataMart],[Under_Development]&sType=wid&sWindow=New&lsSEnter_Value:=”+
[Product Series Description]+"">"+[Product Series Description]+""


bonaveen (BOB member since 2010-06-25)