Guest_imported
New member
- Jan 1, 1970
- 0
I have a report that has a subreport in the details section. Both reports use separate pl/sql stored procedures to get data. I need to open the report from the web. I can open the report successfully, however, I am prompted to enter the username, password, and paramater value that the subreport is to use for accessing the database. I am giving the parent report the username, password, and paramater when I open the report using the viewer. How can I get the subreport to use the same username, password, and paramater that I gave to the parent without prompting me to enter them? (When I do enter them, btw, the report runs fine.) I looked into using subreport linking, but it doesn't sound like what I need, since the data sources for the parent and subreport are two separate stored procedures.
Any help on the matter will be very appreciated.
Any help on the matter will be very appreciated.