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
-
- Posts: 19
- Joined: Thu Dec 03, 2009 10:38 am
CSV report with multiple tables
Hello,
Unfortunately, it is not possible.
Thasnk you.
Unfortunately, it is not possible.
Thasnk you.
-
- Posts: 19
- Joined: Thu Dec 03, 2009 10:38 am
CSV report with multiple tables
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.Andrew wrote:Hello,
Unfortunately, it is not possible.
Thasnk you.
CSV report with multiple tables
Hi
Thank you for this feedback.
Thank you for this feedback.