Export to CSV/Excel

0
When exporting more than 1000 rows to Excel or CSV I get the following error: Exporting more than 1000 rows is not allowed. Please use search criteria to limit the number of rows. We use only one column with the email address form all clients. This file needs to contain all email addresses as they are imported into an other application, that can not import increments. Is there a way to raise this limit?
asked
4 answers
4

The export to Excel/CSV button has a property Maximum number of rows in the modeler. By default this value is set to 1000, but you can increase this if you want.

Note that increasing this value can also increase the memory consumption (of the Mendix server) when a user presses this button, so use with care.

answered
1

Thanks for the quick responses.

answered
0

A workaround in your case (considering it's so simple: one field) is to build a java action that simple outputs all the values to a string and then store it in a filedocument.

answered
0

The excel button has a property with the maximum number of allowed rows.

answered