How do I use sub reports in ColdFusion Report Builder 10
lets say I use the first report to create a cover page, and now I want to in to the Query Builder a sub-report.
This section will handle the next report...is that not correct?
lets say I use the first report to create a cover page, and now I want to in to the Query Builder a sub-report.
This section will handle the next report...is that not correct?
The app has to find accounts and properties, plus the user can add and delete Required Fields based on US Forestry Documents and regulations (EPA).
Now you're talking about app requirements, but you haven't explained how you want to use multiple queries in a single report. I suspect that's not what you actually need.
Essentially, each report has one query. To get a parent/child relationship (think of the master/detail paradigm) you use sub-reports. A sub-report is a fully fledged report in its own right, but its purpose is to be embedded within another report. The sub-report's query is usually constrained by values passed to it from the parent report using report parameters.
See Using Subreports in the documentation for more details.
Cheers
Eddie
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.