Page 1 of 1
CSV report with multiple tables
Posted: Mon Feb 01, 2010 8:55 am
by cmcardle75
When I try to export a report with multiple tables (using DataBand), the CSV export merges the tables together into one large table, intermingling rows and columns. Is there any way to get it to produce two separate tables, perhaps with a newline between them?
CSV report with multiple tables
Posted: Tue Feb 02, 2010 1:03 am
by Andrew
Hello,
Unfortunately, it is not possible.
Thasnk you.
CSV report with multiple tables
Posted: Wed Feb 03, 2010 3:10 am
by cmcardle75
Andrew wrote:Hello,
Unfortunately, it is not possible.
Thasnk you.
I was able to do it eventually by looping through the report, only enabling one databand at a time, executing the report each time and concatenating the results together.
CSV report with multiple tables
Posted: Wed Feb 03, 2010 7:42 am
by Edward
Hi
Thank you for this feedback.