Is it possible to Merge 2 of the column Header cells without affecting the columns beneath them?
if so how?
You can use the Row layout and put a unbound column on front of the two column head, making it "label only " in label position option, but that is a multiple line head though.
Hi xzl1234,
could you please specify your solution in more detail (code example).
My problem: I'd like to attach bound columns to certain groups within the band. For some of these columns within a group I need a header spanning over them. It looks like this:
|-- group 1 --|-- group 2 --| |-- header0 --| |- header1 | header2 |
Thanks for your help.