Neither CSV download options were working for me, but I’ve managed to get them working OK by adding the use old CSV report flag in wp-config.php.
define('EE_USE_OLD_CSV_REPORT_CLASS', true);
The “All Registrations CSV Report” works fine. It’ll correctly export all registrations for a single event if required.
However the “Filtered CSV Report” doesn’t seem co take in to account the filters I’ve selected. For example I’ve already filtered for a specific event and then add a second filter to only display registrations from December 2020.
This shows approximately 50 items on the admin screen, but when I try to export this data via “Filtered CSV Report” the CSV that downloads actually contains thousands of records, most of which are not even for the event in question.
The EE_USE_OLD_CSV_REPORT_CLASS doesn’t actually support Filtered CSV reports. There may be an underlying condition on your webserver that isn’t allowing reports to work, that will need to be fixed. If you remove the EE_USE_OLD_CSV_REPORT_CLASS, then try a report, can you check the server error logs for any errors when the report was attempted?
I was testing using Chrome yes. The setup is a WP multisite and it was working on one install, but not another.
The one that wasn’t working had http within the multisite site URL settings.
Thanks for the help! 🙂
Viewing 4 reply threads
The support post ‘Filtered CSV Report not actually containing filtered records’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.