Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal 9.2 Export to CSV issue...

Status
Not open for further replies.

omacron

Technical User
Feb 5, 2002
149
I am trying to write an export of data using Crystal 9.2 to a CSV file.

Here is an example of what I want;
Code:
"Receipt Number", "Date", "Net"
"1234", "2008-02-01", "53.25"
"1235", "2008-02-01", "87.12"
"1236", "2008-02-02", "124.36"

Here is what I am getting;
Code:
"Receipt Number", "Date", "Net", "1234", "2008-02-01", "53.25"
"Receipt Number", "Date", "Net", "1235", "2008-02-01", "87.12"
"Receipt Number", "Date", "Net", "1236", "2008-02-02", "124.36"

I am also noting that any Crystal logic that is the report is being ignored. For example there a suppress on detail but no mater what the flag is it will be shown as well. How do I fix this?
 
I have only been able to export to csv from Crystal !! with SP1 which allows you to "isolate page header". Without upgrading my suggestino is to remove your headers, and manually add them later. I think the reason for this is that csv is not "supposed to" have headers but I know we all do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top