Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Conditional page break each 12 row of table

Avatar

Level 1

Hi

am using SAP Adobe forms to display internal table on the adobe from,

i want to force page at each 12 row

how can i achive this.

Regards

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

You can add a conditional break to the row of your table.

On the Pagination tab of the row, click the Edit button under conditional breaks, then add a expression like below, which uses a modulus 12 division test to cause a page break every 12 rows.

1735513_pastedImage_0.png

Regards

Bruce

View solution in original post

0 Replies

Avatar

Correct answer by
Level 10

Hi,

You can add a conditional break to the row of your table.

On the Pagination tab of the row, click the Edit button under conditional breaks, then add a expression like below, which uses a modulus 12 division test to cause a page break every 12 rows.

1735513_pastedImage_0.png

Regards

Bruce