Output "Text","Text","Number"

G

Garry

Hi all

I am required to output a report to a comma delimited csv file.

This report containes summing over group and cumulative over group output

All text and NUMBERS should be enclosed with " "

I am getting the following as an example :-

"Text","Text",Number

I need

"Text","Text","Number"

any ideas please, cheers
 
Top