Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-report-designer-dev] Dynamic 2D table question

Ryan,

Thanks for your interest in the Eclipse BIRT project. However, this
mailing list is intended for discussions between the BIRT project
development team. In the future, for questions on using BIRT, please
post your question on the BIRT newsgroup:
news://news.eclipse.org/eclipse.birt. 

On your specific question, this type of report is typically called a
cross-tab or matrix report. BIRT 1.x does not provide direct support for
cross-tabs. You could get some of the way there by manipulating the data
at the SQL query level. For example, see the user comment on Cross Tabs
at the bottom of this MySQL documentation page:
http://dev.mysql.com/doc/mysql/en/select.html. However, this does mean
you need to know something about the data before the query. In your
example, you would need to know that there are sizes 2, 4, 6, 8 and 10
when you build the query. There are many cases where you do not know
this in advance -- so this solution has limited application.

Support for true cross-tab reports is a candidate feature for BIRT 2.0,
although at this stage we are not sure if this will fit the schedule.

Regards,

Paul Clenahan
BIRT PMC

-----Original Message-----
From: birt-report-designer-dev-bounces@xxxxxxxxxxx
[mailto:birt-report-designer-dev-bounces@xxxxxxxxxxx] On Behalf Of ryan
Sent: Wednesday, August 17, 2005 9:40 PM
To: birt-report-designer-dev@xxxxxxxxxxx
Subject: [birt-report-designer-dev] Dynamic 2D table question

Is it possible to create a report with 2D table which can expand
horizontally and vertically (depend on the database records)

for example:
                              size
                        2  4  6  8  10
         red
         blue
color  green
         yellow
         purple

If possible, can you show me the step? Thanks in advance
_______________________________________________
birt-report-designer-dev mailing list
birt-report-designer-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-report-designer-dev


Back to the top