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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Need to design repeating tables with multiple rows

Avatar

Level 2

 

 

 

 

 

outputForm.PNGHi , I am new to adobe livecycle designer

 

I need to have a member table and contract table associated with each member. 

 

For example , 1st member has 1 contract , 2nd member has 2 contracts and similarly so on. Member can have any number of contracts.

 

I am attaching the desired output form and the input xml.

 

please help in designing livecycle designer form

1 Accepted Solution

Avatar

Correct answer by
Employee

Get this PDF, you can open it in Designer and test it with your data.

https://documentcloud.adobe.com/link/review?uri=urn:aaid:scds:US:db7cb273-297f-428c-8fff-7126e35769c...

8 Replies

Avatar

Level 2
<?xml version="1.0"?> <response error_code="0" version="0325"> <report xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <report_data> <member_lenders> <member_lender number="1"> <primary_industry>COMP</primary_industry> <as_of_date>2020-11-02</as_of_date> <orig_receivable_amt>7062.02</orig_receivable_amt> <high_credit_amt>9385.16</high_credit_amt> <contracts> <contract> <contract_type>Revolver</contract_type> <equipment_type>COMP</equipment_type> <guarantor_code>UNK</guarantor_code> <term>0</term> <payment_amt>0</payment_amt> <payment_freq>MO</payment_freq> </contract> </contracts> </member_lender> <member_lender number="2"> <primary_industry>COMP</primary_industry> <as_of_date>2020-11-02</as_of_date> <orig_receivable_amt>7062.02</orig_receivable_amt> <high_credit_amt>9385.16</high_credit_amt> <contracts> <contract> <contract_type>Revolver</contract_type> <equipment_type>COMP</equipment_type> <guarantor_code>UNK</guarantor_code> <term>0</term> <payment_amt>0</payment_amt> <payment_freq>MO</payment_freq> </contract> <contract> <contract_type>Revolver2</contract_type> <equipment_type>COMP2</equipment_type> <guarantor_code>UNK2</guarantor_code> <term>0</term> <payment_amt>0</payment_amt> <payment_freq>MO</payment_freq> </contract> </contracts> </member_lender> <member_lender number="3"> <primary_industry>COMP</primary_industry> <as_of_date>2020-11-02</as_of_date> <orig_receivable_amt>7062.02</orig_receivable_amt> <high_credit_amt>9385.16</high_credit_amt> <contracts> <contract> <contract_type>Revolver</contract_type> <equipment_type>COMP</equipment_type> <guarantor_code>UNK</guarantor_code> <term>0</term> <payment_amt>0</payment_amt> <payment_freq>MO</payment_freq> </contract> <contract> <contract_type>Revolver2</contract_type> <equipment_type>COMP2</equipment_type> <guarantor_code>UNK2</guarantor_code> <term>0</term> <payment_amt>0</payment_amt> <payment_freq>MO</payment_freq> </contract> <contract> <contract_type>Revolver3</contract_type> <equipment_type>COMP3</equipment_type> <guarantor_code>UNK2</guarantor_code> <term>3</term> <payment_amt>3</payment_amt> <payment_freq>MO</payment_freq> </contract> </contracts> </member_lender> </member_lenders> </report_data> </report> </response>

Avatar

Correct answer by
Employee

Get this PDF, you can open it in Designer and test it with your data.

https://documentcloud.adobe.com/link/review?uri=urn:aaid:scds:US:db7cb273-297f-428c-8fff-7126e35769c...

Avatar

Level 2
im unable to open the document . Its showing error

Avatar

Employee
Where do you open it? In Acrobat or in Aem Forms Designer? What version of Designer are you using exactly? What errors?

Avatar

Level 2
Not in designer, I am unable to see the shared pdf itself

Avatar

Employee
🙂 ok my friend. You need to DOWNLOAD the file - this cannot be viewed in the browser like that. Then you need to open it in Designer and merge your data set (or in Acrobat pro and import data)