I am exproting a pretty simple report to a Character-separated values format with : as the separator and " as the delimter. and then changing the file name to a .txt file.
My header is in the Report Header, and footer in Report footer.
but when exported it looks like this.
H;504624;20060703;R;2;"MURDOCK, JERRY";0.00;"T:1"
H;504624;20060703;R;3;"WICHITA CHILDRENS THEATRE & DA";0.00;"T:2"
H;504624;20060703;R;4;"MARLOWE, CURTIS/LINDA";24.95;"T:3"
H;504624;20060703;R;5;"Zz TJADEN, RHONDA";0.00;"T:4"
but i am wanting it to look like this
H;504624;20060703;R
1;"Deleted Subscriber";-2570.93;
2;"MURDOCK, JERRY";0;"66215"
3;"WICHITA CHILDRENS THEATRE & DA";0;"67211"
T:45440
I did some searching and did not find anything, sorry if this is a simple question but I am pretty new to Crystal Reports! I'm an Access junkie.... but I am using v.8.5.0.218
Thanks in advance for any help given!
My header is in the Report Header, and footer in Report footer.
but when exported it looks like this.
H;504624;20060703;R;2;"MURDOCK, JERRY";0.00;"T:1"
H;504624;20060703;R;3;"WICHITA CHILDRENS THEATRE & DA";0.00;"T:2"
H;504624;20060703;R;4;"MARLOWE, CURTIS/LINDA";24.95;"T:3"
H;504624;20060703;R;5;"Zz TJADEN, RHONDA";0.00;"T:4"
but i am wanting it to look like this
H;504624;20060703;R
1;"Deleted Subscriber";-2570.93;
2;"MURDOCK, JERRY";0;"66215"
3;"WICHITA CHILDRENS THEATRE & DA";0;"67211"
T:45440
I did some searching and did not find anything, sorry if this is a simple question but I am pretty new to Crystal Reports! I'm an Access junkie.... but I am using v.8.5.0.218
Thanks in advance for any help given!