We wants the ability to be able to select different event categories and then generate an export based off of those event categories – the data for the export should follow how the current export feature works
Is there any settings to select Multiple category in filter option? that can fix this issue OR let us know if any hook available so we can use it
There are no hooks for this but the function used to generate the reports is pluggable, take a look in:
\event-espresso\includes\functions\export.php
There are a couple of functions in that file used to generate the export so if you are comfortable with PHP you can change the queries used there to pull events based on multiple categories but we don’t have any examples of doing so.
However, switching our the reports to use something other than a dropdown isn’t easily done and would require changing core file, you can see where it is generated in:
You currently can’t, not without custom development.
You can export event specific registration but you can’t select various events and export their registrations/data.
Viewing 3 reply threads
The support post ‘Export Multiple selected Categories events to one CSV’ 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.