Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
hierarchical grid and Lining up columns
posted

Hi is it possible to achieve something like this?

I would like line up related columns between bands.

Before

After

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    There's no easy way to leave a gap like that. You could set the ColumnSpan on column A in the parent band to 2 to have it span across both A and B in the child band.

    Another option would be to create an extra column in the root band and then use a CreationFilter or a DrawFilter to prevent that column from appearing on the screen. But it would be tricky to get all of the borders right, since cells rely on their adjacent cells to draw borders.

Children
No Data