Oracle 9i reports data model
Is there a way to pass in a SQL into Oracle 9i reports? This report will be called several times with different criteria and sort orders and I don't want to create multiple reports.
If not, is there a way to just pass in a resultset and use the resultset as input to the report?