I've written a CR (v11.5) to produce a flatfile. All of the fields have been placed in a single text object. After the report runs, the results are exported to a CSV disk file. Before exporting, the file extention is changed to TXT instead of CSV. On the Separated Values Export Options dialog box, I blank out the Delimiter and Separator values. I Do Not Export Report, Page, or Group Sections. I check the Isolate Report/Page Sections and Isolate Group Sections boxes. The output is successfully exported. I need to run this report against a MS SQL db and a Pervasive db. The 2 reports I've written for each db both run and are exported successfully individually. All is Ok up to now.
Here's the problem
Since I want to avoid having the support staff run each report individually and manually combining the output into a single text file, I created a 3rd report using the 1st two reports as subreports. The 3rd report runs successfully against each db. The problem is exporting. Repeating the process used earlier to export to a text file is not working. A 0 byte text file is produced. If I double click on the preview window and then try to export, the export is successful but only for the subreport that I'm physically in the preview window of. The other subreport is not exported. Is there a way to export the results of the 2 subreports to a single text file? I am planning on having this run on an Edge server with the output automatically emailed to support staff. Can the manual combining of the outputs be avoided? Thanks.
Here's the problem
Since I want to avoid having the support staff run each report individually and manually combining the output into a single text file, I created a 3rd report using the 1st two reports as subreports. The 3rd report runs successfully against each db. The problem is exporting. Repeating the process used earlier to export to a text file is not working. A 0 byte text file is produced. If I double click on the preview window and then try to export, the export is successful but only for the subreport that I'm physically in the preview window of. The other subreport is not exported. Is there a way to export the results of the 2 subreports to a single text file? I am planning on having this run on an Edge server with the output automatically emailed to support staff. Can the manual combining of the outputs be avoided? Thanks.