Export to Excel button on Association List

0
Mendix is not allowing me to add an 'Export to Excel' button to a list screen which is retrieving over an association. Is there some other way that I can export the list contents to excel? I don't want to change the nature of the list box.
asked
1 answers
1

The way this currently works is that the client sends an xpath request to the server and the server then obtains the data for the export itself from the database. Without changing how your form is set up I don't see a way currently, but you could set up an xpath constraint explicitly on the datagrid linking it to the dataview object and not retrieve it over an association.

answered