rainforestnet / CrystalReportsNinja

A small Windows Console App that loads external Crystal Reports file, takes parameter inputs and export to various format or even print to printer
http://www.rainforestnet.com
93 stars 77 forks source link

Bug: CSV export of GROUP section repeats for each detail line #16

Open MarkJ007 opened 6 years ago

MarkJ007 commented 6 years ago

Question: How do you do "check" the ISOLATE GROUP SECTION for a CrystalReportsNinja CSV export? or Bug: CSV export of GROUP section repeats for each detail line when DETAIL section is suppressed.
The Group section is a summary and should only out once per group, as shown and as behaves in CrystalReports.

fearnt commented 6 years ago

You can do this in Crystal Reports application: File > Export > Report Export Options > Format Set to "CSV" > OK > Tick Isolate Report / Page Sections :)

JonathanVelkeneers commented 5 years ago

You can do this in Crystal Reports application: File > Export > Report Export Options > Format Set to "CSV" > OK > Tick Isolate Report / Page Sections :)

Thanks, Solved it for me!

yois615 commented 4 years ago

Jumping in on this, I don't understand how this fixed it. When exporting CSV using the program, header is repeated on every line. The setting to Isolate doesn't seem to get saved in the RPT file.