I have a report which does several queries based on a single date parameter supplied by the user. I would like to be able to have the user enter the date in the main report and then have the date passed to the sub reports (via edit / sub report links) This part works okay. I would also like to use the date parameter within queries in the sub report (database expert / add command - I'm using an Oracle 9.2 database). I have created the appropriate queries and have created parameters having the same name and types as those used within the subreport. However, when I run the report, the parameter value in the sub report is not linked to the query. (It's somewhat linked - the parameter in the query is not prompted for) The value from the parameter in the subreport is not used - the default for the parameter in the query is used instead.
How do I link a parameter from the subreport to a parameter in a query?
Werner
How do I link a parameter from the subreport to a parameter in a query?
Werner