Skip to main content

Is it possible to use sub reports with the report composer? I would like to call an existing report to form part of the current report when a certain condition is met. We currently use the preview and do print routine to invoke a report. The report is then viewed in the web browser with the option to print. We are on version 9.12

Any advice will be appreciated.      


#ReportComposer
#extend
#acubench
#COBOL

Is it possible to use sub reports with the report composer? I would like to call an existing report to form part of the current report when a certain condition is met. We currently use the preview and do print routine to invoke a report. The report is then viewed in the web browser with the option to print. We are on version 9.12

Any advice will be appreciated.      


#ReportComposer
#extend
#acubench
#COBOL

Take a report, like one of our samples, right click on the report and choose Section controller. The section controller allows you to add new sections to a report. For each section you could add controls and bring in data .. or in the section  controller... upper right add an additional detail section. Now in the property window for this second detail, you have the before print event and after print event. I believe that you can do your call to your existing program in the before print event and that your called data will be in the report.