How could i do for making that in a report the user could drill to a 'document' not to a template??
I use xsl and according to TN5600-007-0030, i can add an image or something that i could use for making a link, and with Document.asp?DocumentID=..... i can link to a document, but only one thing not work... i need that depending on the row (id) where the image is located, the documents were filtered by an id.
example
Country Cost
<link><image>USA $30
<link><image>France $15
where <link> Document.asp?DocumentID=....
and when you click in the image... the following Document appear (i need a Document cause i need to view several reports)
Document!!!
Report 1
City Cost
New York $15
San Diego $15
Graph 1
....
Report 2
Region Cost
....
....
I use xsl and according to TN5600-007-0030, i can add an image or something that i could use for making a link, and with Document.asp?DocumentID=..... i can link to a document, but only one thing not work... i need that depending on the row (id) where the image is located, the documents were filtered by an id.
example
Country Cost
<link><image>USA $30
<link><image>France $15
where <link> Document.asp?DocumentID=....
and when you click in the image... the following Document appear (i need a Document cause i need to view several reports)
Document!!!
Report 1
City Cost
New York $15
San Diego $15
Graph 1
....
Report 2
Region Cost
....
....