Hi all,
I have complex family table with a lot of columns and rows (42 X 25 matrix). So when I create family table the columns extend beyond available drawing space.
I know how to paginate the table so that the row could be split in multiple pages but is there a way to paginate columns.
Probably not if you are using a 2-D repeat region. You can do this by making conventional repeat regions, each with it's own index to repeat the the member names.
Looks like that would be the route I will go for. Thanks David.
Hi,
You can create two tables containing the same family table and remove unwanted columns using filtering functionality.
For example, filter:
&fam.inst.param.name == name1, name2
displays two columns (with name1, name2 parameter names), only.
MH
Hi MartinHanak, I have used filters before but the problem is I need all those columns.