Exporting Form Data with Associated Lists

0
I have created a form for entering company details. Within this form, there is a list of associated location details. I am familiar with exporting the form data, but I am unsure how to export the associated list of location details along with the company information to an Excel file. Can you provide guidance on how to export both the form data and the associated list to Excel?   Here is another example of what I want to see in the exported excel file:
asked
1 answers
0

Hi Nada, 

 

You can use the Excel Exporter Module to export the data. 

 

You can create a template with your form attributes along with your associated attributes 

 

or 

 

We can create a custom Java action which helps us to generate Excel files 

 

Refer to below documentations for Excel generation with Static and Dynamic columns 

 

https://www.indiumsoftware.com/blog/guide-creating-high-performance-excel-generation/

https://www.indiumsoftware.com/blog/high-performance-excel-generation-dynamic-entity-and-columns/

answered