How to create report with dynamic columns (2 dimensional column)? [message #165159] |
Sat, 27 May 2006 13:55 |
Eclipse User |
|
|
|
Originally posted by: xy.gmail.com
I have to create a report as follows, currently use Birt 2.0.1.
+-------------------------------------------------+
| 1 | 2 | ..... | 31 | -> day of month
+-------------------------------------------------+
| mark | bonus| mark|bonus| ... |mark |bonus| -> the payment
type
+------+-------------------------------------------------+
| lary | 5 | 10 | 10 | 20 | ... | 5 | 10 |
+--------------------------------------------------------+
| mike | 5 | 10 | 10 | 20 | ... | 5 | 10 |
+------+-------------------------------------------------+
^
|
employee
..
..
..
The data is received from remote host by Spring HttpInvoker using POJO/DTO
object, so scripted dataset only.
I know it's more like a tabular report, and Birt current not support it
currently,
however, is there a way to achieve this by programming, using
scripting/EventHandler?
I would like to more extra code rather than put JasperReport into current
project, as I've already using Birt.
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.02997 seconds