XPath not being applied to data object when generating excel doc using Excel Exporter

0
I have implemented the Excel Exporter module in my project and it is working fine except for the list of objects it is showing in the output.   I have the FileDocument entity that is passed to the Java Action of the Excel Exporter. When I create it,I also retrieve a list of BudgetItems and I use an Xpath to only retrieve BudgetItems that have a specific status and are associated to a specific BusinessUnit.  I then associate the list of BudgetItems with my FileDocument.  When I debug, I can see that this is happening and only 5 instances are retrieved but I get 37 BudgetItems in my downloaded spreadsheet.  These all have different BusinessUnits that they are associated to and are of all different statuses and not the Approved status.  I have not chosen to delete the FileDocument object on download as wanting to keep an audit trail of documents generated.     Any help will be appreciated.  I am using Mendix 10.15.0 and excel exporter version 7.5.1.
asked
1 answers
0

Kath,

Can you post a picture of where you set the association between FileDoc and the list of BudgetItems?  Also, can you post 2 pictures of your ExcelExport template - the page that shows objects to be exported and the page with associations?

Those will help in understanding what is happening.

Thanks,

Mike

answered