I am using CR XI
I need to export header and detail in one CSV column of data
eg header a,b,c,d
detail 1,2,3,4
4,5,7,2
4,8,7,9
When I export to CSV in puts information in 2 columns
a,b,c,d | 1,2,3,4
a,b,c,d | 4,5,7,2
etc
How can I overcome this please, Presume I have to put all in one formula somehow? I have looked through the history of threads and there is one mention of stting up a bolean variable to do this but it doesnt show how. Another mentions touching the registry but this is a no no for me
Urgent help required, thanks
I need to export header and detail in one CSV column of data
eg header a,b,c,d
detail 1,2,3,4
4,5,7,2
4,8,7,9
When I export to CSV in puts information in 2 columns
a,b,c,d | 1,2,3,4
a,b,c,d | 4,5,7,2
etc
How can I overcome this please, Presume I have to put all in one formula somehow? I have looked through the history of threads and there is one mention of stting up a bolean variable to do this but it doesnt show how. Another mentions touching the registry but this is a no no for me
Urgent help required, thanks