Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drill to Document & Dynamically Answer Prompt

Status
Not open for further replies.

JRO061601

MIS
May 30, 2002
92
US
let's say i have report at the X level, and on the report is the attribute 'X ID #'. let's say i also have a document with 6 reports that all have the same prompt on them asking for a single 'X ID #'. i want a hyperlink on the regular report on 'X ID #', such that when it is clicked, it brings up the document with the prompt answered for that particular 'X ID #'. do you think this is possible? i imagine one can get the URL for the document, and wrap some HTML text around the attribute definition to create the link, but what i don't know is if you can dynamically answer a shared prompt for multiple reports in a document that way. thanks.
 
it turns out that 7.5.1 has this ability, but only from ReportServices Document to ReportServices document. It doesn't work from grid to document.
 
It's possible with SDK. I did, and it works using only a java class. In the SDK documentation there's an example.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top