Export report data erratic results
-
- Posts: 22
- Joined: Tue Oct 10, 2017 12:44 pm
Export report data erratic results
Xbase v 11.1.009 export inconsistencies whether in runtime or __ReportWorks. My objective is runtime.____Are you aware of a problem with exporting reports sending only partial data? It^s inconsistent in many of my reports. In this particular example, I am exporting the record line, which I also confirmed has been chosen for the default export. There are multiple record lines. On some of the record lines, there are conditional statements. I get different results with each export, the data dump stops at different records for each output style. The print/previews are correctly reporting.____Are you aware of any problems? __Thank you,__Lisa__
=> Export report data erratic results
Conditional lines have always done strange things for export. You may want to remove the condition from the line and place the conditional field there instead. You can then weed out the unwanted records after the export is performed in the application where the export is displayed.____Kathleen__R&R Support
-
- Posts: 22
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Export report data erratic
I have removed the condition and am still having a problem with runtime. Within ReportWorks, the export works correctly. Using the runtime, it does not. The dbf has different results than the csv. The pdf is correct.____I am using multiple record lines on my report. I need multiple lines to supress the printing of blank fields to aid in condensing my report. ____I am exporting the record lines and have no conditions. ____Using the runtime, for the csv and dbf, it is putting the data in the wrong fields, although all 16 fields are exporting. ____Using ReportWorks, fields that have no data are exporting correctly in position and are accurately blank.____The rrwrun.exe I^m using is dated 3/6/06 v 12.0.0.2. ____Thank you,__Lisa
-
- Posts: 22
- Joined: Tue Oct 10, 2017 12:44 pm
===> RE: Export report data
Please disregard, I figured it out. ____The file I was using was referring to an incorrect rrwrunin.dbf file I had, which was referring to an old rp5 file, rather than my rrw report.____Thanks!