Excel export from data grid - XLSReport module

1
Hi members, Little question. What am I doing wrong?  I have Expense note * – 1 ExcelExport (Association: ExpenseNote_ExcelExport) and a button on my data grid (Expense notes) that calls the next microflow.   In ACT_ExpenceNote_CreateExcelExport I have the next problem.     Does anyone know what I am doing wrong.  I checked docs like: - https://docs.mendix.com/howto/integration/using-the-excel-exporter#4-creating-an-input-object-entity - https://academy.mendix.com/link/modules/136/lectures/1267/7.3.2-Entities,-Microflows-and-Excel-Template-Configuration - https://community.mendix.com/link/questions/105004 Thank you in advance!
asked
3 answers
0

Replace IteratorExpenseNote with NewExcelExport. You are trying to set the IteratorExpenseNote end of the association to IteratorExpenseNote, but you need to set this end to NewExcelExport. 

answered
0

Hey thanks Thorsten.
I changed what you said

 

My error is gone but when testing I still have problems on my Java call. Any idea? I looks like I have no items. When debugging I have items in my ExpenseNoteList.

 

 

Once again, thanks!!

answered
0

Can someone explain me what Thorsten means with “Create a dedicated input object that refers to your row objects instead of associating the row objects to the ExcelExport object. “ please? I tried so many things. I also tried this one https://forum.mendix.com/link/questions/105004.
Normally my config for Excel is correct. I still have issues with the Input object in my Java action…

Thanks

answered