system
August 20, 2009, 4:55pm
1
Hi,
Mine is different requirement.
I want to create a report with the Hyperlink to open the other report. I need to call the object value to hyperlink URL.
How can i write the URL? can any one please advice me to achive this.
Eg; http://:8080/, where servername value should come from the object. that object gives only one value.
prasad v (BOB member since 2007-07-15)
system
August 21, 2009, 2:28am
2
use opendocument URL …passing the row values as prompts to child report …syntax …
http://<hostname:8080/OpenDocument/opendoc/openDocument.jsp?sRefresh=Y&iDocID=35779&sWindow=New&lsSEnterQuarter=([Quarter])&lsSEnterState=([State])
In this example, this hyperlink on a particular column takes the values from that row against State and Quarter and passes to the child report with ID 35779 …Hope this works for you …
akk_006 (BOB member since 2006-10-10)
system
August 21, 2009, 10:22am
3
thanks yaar,
I will try it . and i will let you know, whether it works.
But i want to replace the Servername with the objects value.
Regards,
prasad
prasad v (BOB member since 2007-07-15)
system
August 21, 2009, 10:36am
4
Hello,
you can try this:
="<a href=“http://”+[servername]+":9280/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&sDocName= …
where [servername] it’s an universe object.
biankutzu22 (BOB member since 2008-05-16)