Posted: March 28, 2017 at 5:50 am
|
Hi, I am trying to export two CSV reports filtered by specific Event date/times but looks like they are both giving me the same results which I would like to see who are those attendees check-in within specific Event date/times For example: How can I export the report that will show and tell who are those attended the Presentation 1 or Presentation 2? Assuming that the Attendee has registered for this Event A. Appreciate your support on this. |
Hi there, You can export a registration list for one date time only by going to Event Espresso > Registrations, then you click on the Event Check-In tab. Then you select the event, then you click on Filter. Then you select a date time and click filter again. Then you click on the Filtered CSV Report button. If you don’t see a Filtered CSV Report button below the table, that’s a good indication that you need to update to the current version of Event Espresso 4. |
|
|
Hi, Thank you for your reply. I can see the Filtered CSV Report button. But the CSV report results that I have filtered showing me same. Here’s the scenario below: Registrant: For Event A – with datetimes filtered: Name: Day 1: Presentation 1 Event start: 9am to 1pm (Robert Gmail – check-in) Name: Day 1: Presentation 2 Event start: 2pm to 5pm (both attendee not check-in) When I export Filtered CSV Reports to Presentation 1 and Presentation 2, See screenshot How to identify from the Filtered CSV reports that Attendee 1: Robert Gmail check-in the event datetime :Presentation 1 ? How to identify from the Filtered CSV reports that Attendee 1 & 2 didn’t check-in the event datetime: Presentation 2? |
It sounds like maybe your ticket options aren’t set up to allow access to the specific datetimes. If you go into edit the event, then click on the advanced settings for the tickets, does only the corresponding datetime have its box checked there? Or do both datetimes have the boxes checked? |
|
|
Are you referring to this setup? Yes, both datetimes have the boxes checked. Are my settings correct? |
I’m afraid that may not be the correct settings if that one free ticket isn’t intended to give access to both datetimes. Each datetime should have its own corresponding ticket. Then the registrant will make their selection and they’ll only appear in the check-in list for the datetime they have a ticket for. Now, if you intend for that one free ticket to actually give access to all three different datetimes, you will get the same registration list from the check in views and CSV reports. The only difference you’ll see with regard to checkins will be on the filtered check in list view in the WordPress admin, in the checkin column. |
|
|
Yes, we intend to have one free ticket to give access to all three different datetimes because we want each attendee have one QR code only. We understand about the check in views and CSV reports will get the same registration list from my current settings. So aside from viewing the filtered check in list view in the WordPress admin. Is it possible to include the checkin column or/perhaps add datetimes column to the exported filtered CSV report? How can we do that? |
You can add a bit of PHP code a functions plugin. I updated an example in our code snippet library so it adds the Datetime name and/or Datetime ID to a column, in addition to the timestamp of the checkin. Here’s a link to that snippet: |
|
|
Thanks. Will try and let you know if we manage to implement the snippet correctly. 🙂 |
|
Hi, I’ve tested the snippet. It does added new column to get the Datetime name. But is it possible that for every Datetime name, it adds a new column instead? So that It will be easy to filter out the report. Thanks |
Hi there, Here’s a link to a github gist that shows another code example that will loop through each datetime and add a checkin column with an “x” if there’s a checkin for that registration: https://gist.github.com/joshfeck/4a8ea5b02855ebd4d7cc720dd6112d5f |
|
The support post ‘Export Report in specific date/time event’ 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.