Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
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
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...

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?
Not in designer, I am unable to see the shared pdf itself
I have attached the error. Plz hel[p

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)

Avatar

Level 2
Thanks a lot Kosta