Hello,
I would like to export the document information to text file in this format.
First document in a view
“HEADER”,“Active”, 1234, “Customer”, “2008-07-25”
“LINE”,“Active”,”2008-07-25”, A, 2000
“LINE”, “Active”,”2008-07-25”, B, 2500
“LINE”, “Active”,”2008-07-25”, C, 3000
next document in a view
“HEADER”, “Active”, 6789, “Customer”, “2008-08-25”
“LINE”,“Active”,”2008-08-25”, A, 1000
“LINE”, “Active”,”2008-08-25”, B, 1500
“LINE”, “Active”,”2008-08-25”, C, 5000
I have a form which has the fields Status, UniqueNumber, Customer, startdate, Category and values
Category and Values are multivalue fields
Category contains values (A, B, C, D, E etc) and values for corresponding categories in Value filed.
I would like to export the values in above format to a text file. How can I achieve this?
I can do this in one line but I need it in above format. Please let me know
Thanks
Srini