How toconnect one to one report?

Showing Answers 1 - 3 of 3 Answers

mayuri.badam

  • Oct 27th, 2005
 

using union operator in the querry pannel window

  Was this answer useful?  Yes

mayuri

  • Jan 5th, 2006
 

using drill down functionality ,some parameters should be added as html tag

  Was this answer useful?  Yes

Ravi

  • Mar 29th, 2006
 

If the question is how to link from one report to another...then OpenDocument function can be used.

You can do this in different methods:

In ASP environment..

Universe level: create an object with Object format: HTML option enabled,

SELECT:<A  href="Server:PortNo/wiasp/scripts/opendocument.asp?....etc..." >

Report Level: use Hyperlink function

Hyperlink("Server:PortNo/wiasp/scripts......etc..........." , "TaxtAsLink")

For JSP environment, replace ASP with JSP.

Any of the above methods will create a Hyperlink in the report pointing to Another report. The arguments/prompts for this new report can be passes from the original report.

Thanks,

Ravi

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions