Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Dynamic Column contains break when we have more column in page Adobe Live Cycle

Avatar

Level 3

I have created the table that having row and column dynamically increasing based on input xml data. but when there is more row and columns, the column contains break in 2 pages rather then flowing sequentially .

Amreen1_0-1722858193170.png

Anyone help me out is there any property I missed or it can be achievable 

1 Accepted Solution

Avatar

Correct answer by
Level 2
8 Replies

Avatar

Employee

@Amreen1 are you designing a XDP?

Avatar

Correct answer by
Level 2

Yes,

Avatar

Level 2

Yes

Avatar

Employee

@Amreen1 ,

 

Can you please provide the XDP and sample data?

 

Thanks

Avatar

Level 3

Attached the xdp and sample data doc file. Please do convert doc to xml to check the preview.

Avatar

Employee

Hi @Amreen1 ,

 

I have checked the PDF and there is no data present. Can you please share the sample data. I will look into it for further analysis.

 

 

Thanks

Avatar

Level 3

@VijaySr1 wrote:

Hi @Amreen1 ,

 

I have checked the PDF and there is no data present. Can you please share the sample data. I will look into it for further analysis.

 

 

Thanks


Please find the attached zip file. Do convert the txt file to xml

Avatar

Employee

Hi @Amreen1 ,

 

I have reviewed the document and found that:

  • Table no.7 does not fully fit on page1. And since "allow page break within content"  is enabled" it overflowed to next page.

  • It tries to fit some of the Table no.7 content in 1st page and created a 2nd page to start lay outing the remaining Table no.7 contents and rest of the tables.

  • It is working as expected.

Possible workarounds:

  1. Uncheck "Allow page break within content." from Table1 property in XDP.
  2. Adjust the layout to ensure that Table No. 7 fits entirely on page 1.

Thanks