Dynamically passing parameters in reports [message #112405] |
Thu, 24 March 2005 17:47 |
mgole
Messages: 9 Registered: March 2005
|
Junior Member |
|
|
Hi
Instead of using the default parameter form with rdf,i want to create a user interface which on selection of a report,we should be prompted to enter the parameters for the selected report on the same interface.
Can we dynamically read the parameters which are there in the rdf file through an jsp page or html db?
Is there any other way u can suggest?
Madhukar
|
|
|
Re: Dynamically passing parameters in reports [message #114752 is a reply to message #112405] |
Tue, 05 April 2005 08:29 |
Steve Corey
Messages: 336 Registered: February 2005 Location: RI
|
Senior Member |
|
|
Well if you are deploying over the web with WebForms and the Internet Application Suite (Oracle), then the Application will generate a new parameter form for you (which is cleaner than the one that Builder offers and it conforms to the standards within the Application). If this is not an option for you, JSP works too, but I am not sure about how to pass the parameters with JSP.
Good luck,
Steve
|
|
|