BIRT formatting - merge cells on specific rows -


how merge cells specific rows in birt? similar using colspan when creating table in html. data extracted database , returns fixed number of rows.

specifically want convert birt report looks this:

enter image description here

to this:

enter image description here

thank assistance.

i don't know if possible within oncreate event cells.

but depending on use case, may sufficient duplicate detail row. keep cells in first detail row , merge them in second row.

determine condition when merge cells , when not.

use visibility expression first , second detail row this:

first row: should_merge(...)

second row: !should_merge(...)


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -