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;
Here is what I am getting;
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?
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?