Support

Home Forums Event Espresso Premium Report Generating

Report Generating

Posted: June 16, 2019 at 4:41 pm


jlnewell

June 16, 2019 at 4:41 pm

Hi, can you tell me if there is a way to run a filtered report for just the fields we want to see and not a report that has every field in it?


Tony

  • Support Staff

June 17, 2019 at 7:12 am

Hi there,

When you say field, do you mean registration or the actual columns in the export?

You can filter both (although in very different ways) so you can likely do what you are requesting, but if you can post an example of what you are trying to remove it will help.


jlnewell

June 17, 2019 at 4:24 pm

I believe its the columns in the export. I assumed that each column was feild in the forms.


Tony

  • Support Staff

June 18, 2019 at 3:33 am

The questions on the registration forms are included in the report but after all of the other default fields.

You can limit which columns are included in the export but you need to do so with a snippet of code. You can either ‘whitelist’ specific columns to allow using something like this:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/admin/tw_ee_registration_report_limit_columns_shown.php

Or you can exclude specific columns and allow all others using something like this:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/admin/tw_registration_report_exclude_fields.php

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

The support post ‘Report Generating’ 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.

Event Espresso