Lee
One way I've dealt with these problems is to create a new text field
and then with a script:
- enter the data and required formatting into the text field
- create two new records
- enter the header and footer information into the same text field.
- sort the records to get the header record first and the footer last
- export the text filed in all records
- delete the two new records
Another approach is to assemble all of the data with its formatting
requirements in a global text field. Add the header and footer
information, and export the global text field from one record. Convert
the vertical tabs in the exported text file into returns with a file
management plug in.
Ross
Lee wrote:
Hi,
I can export data to csv, no problem however can you create a header and
a footer with other data as a csv file.
For example you can have 20 lines of data with the top line displaying
information from 3 other fields and a Footer with totals etc.
Lee Mills