Exporting multiple objects using Excel Exporter

0
In my case, i have imported excel exporter module from app store and configured. i am trying to export the whole datagrid ,then list of objects got exported and it is working in this case, but if  i use reference  and try through association only one object is getting exported, whereas i need the list. from the above screenshot Name and date belongs to main entity so i am able to export 2 rows in grid. But in this case,i am taking DD01 attribute through reference ,then only single object is getting exported. Whereas i require whole data i.e 2rows present in my list.
asked
1 answers
0

You should export the main entity (in your excel exporter template) and for Column C, select the DD01 attribute via reference.

answered