Skip to main content



      Home
Home » Archived » BIRT » BIRT 2 : vertical cells span
BIRT 2 : vertical cells span [message #146354] Tue, 21 March 2006 04:07 Go to next message
Eclipse UserFriend
Hi to all,

Is it possible to span vertical cells of a table.

My result set looks like :

Col1 | Col2 |Col3
A | B | C
A | D | E
F | G | H
F | G | I
F | J | K

And I would like to display something like :


Col1 | Col2 | Col3
A | B | C
| D | E
_________________
F | G | H
| | I
____________
| J | K


Thanks a lot for your help

Dov
Re: BIRT 2 : vertical cells span [message #146391 is a reply to message #146354] Tue, 21 March 2006 04:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: r.budner.abg.com.pl

You should use grouping feature.
Re: BIRT 2 : vertical cells span [message #146398 is a reply to message #146391] Tue, 21 March 2006 05:02 Go to previous message
Eclipse UserFriend
This is effectively what I use. I've defined in my report a group and I
can display the number of rows in each group (with Total.count()
expression). However I would like to get this number in a XXEventHandler
java class and use setColspan() method ... but I don't know :
- if it is the good solution ;-)
- which XXEventHandler or XXEventAdapter classes to use

Thanks a lot for your answer

Dov


Robbo a écrit :
> You should use grouping feature.
Previous Topic:IO Exception-with output
Next Topic:Oracle stored procedure and/or function
Goto Forum:
  


Current Time: Thu Jul 17 03:12:46 EDT 2025

Powered by FUDForum. Page generated in 0.02973 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top