Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adobe forms merge cells vertically in a dynamic table

0 Likes
2,068

Hello SAP Expert,

Is it possible to merge the cells vertically in a dynamic table? I have a requirement where if the values of rows in the last column are the same, the cells will be merged vertically.

Ex.

to be

Hello SAP Expert,

Is it possible to merge the cells vertically in a dynamic table? I have a requirement where if the values of rows in the last column are the same, the cells will be merged vertically.

Ex.

to be

1 REPLY 1
Read only

OlegBash
Active Participant
0 Likes
1,609

As I know to merge vertically is impossible.

But you could make borders of cell as not visible and it would give you almost the same effect as merged vertically.

Via FormCacl it could be done:

border.presence = "hidden";

another details also available here