cancel
Showing results for 
Search instead for 
Did you mean: 

Linking reports passing prompt values to detail report ?

Former Member
0 Kudos

Hi,

I am building a linked report in webintelligence on SAP universe which has prompts coming from BI variables.In the master report i have created a hyperlink column so that if user can select the hyperlink for each row.now if i select the hyperlink it should take me to the detail report by passing the prompt values.i want to pass the values to the prompts build in BI varaible.

eg: master report

Country Product Rev City

now here i want to select city and open the detail report by passing city values. i need the formula for the hyperlink city. City is just a prompt in master report it is not object in my report.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member212749
Active Participant
0 Kudos

Hi Try this code

="<a href='http://l1280:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?&sDocName=Account&sType=wid&iDocID=5311&lsSAccountType="+[Account Type]+"'>"+[Account Type]+"</a>"

Regards

Prashant