how to link child report in same reprot but in different tab

Hi all i nXIR2
iam able to pass parameters to child report in different report how to pass parameters and open it in same report in different tab?

="<a href=“http://:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?&stype=wid&Refresh=N&sWindow=New&sDocName=Details3&lsS2)+Month:=”+If(DrillFilters([Month])="";“All Month”;DrillFilters([Month]))+"&lsS1)+Year:="+If(DrillFilters([Year])="";“All Year”;DrillFilters([Year]))+"&lsS4)+Account:="+If(DrillFilters([Cd])="";“All Codes”;DrillFilters([Cd]))+"">List"
any ideas please
Thanks


arjunanand :us: (BOB member since 2007-08-30)

Hello,

you can add to your hyperlink definition the following parameter: sReportName= [the name of the tab containing the child report].

Hope this helps you.


biankutzu22 :romania: (BOB member since 2008-05-16)

As you’re in XI 3.1, you can follow what Michael suggested here using the GUI feature for hyperlinking.


Jansi :india: (BOB member since 2008-05-12)

thanks for the reply…
i want to do both inXIR2 and 3.1
i will Micheal’s method


arjunanand :us: (BOB member since 2007-08-30)