Posted: May 6, 2016 at 3:49 am
|
Hello, I was wandering someone could help me with this. I’ve been using the reporting within EE to see how many people have registered, what events they have registered for and the transactions. I know these are separate reports so I was I wanting to know if it was possible to create a report for ALL of that, which I can then filter by event or the event organiser. Ideally something like this.
Many thanks! |
Hi Gaviny, That should be possible if you import the CSV report into a spreadsheet application like Microsoft Excel or similar. |
|
|
Would that generate a separate file for registrations and transactions? Basically what I need to do is work out who I need to pay each month, but we have multiple venues and coaches. So I would like to get all the information for the venues, events and registrations in one month and then filter by the coach so I know how much I need to pay them. If exporting to a CSV from the EE backend will accomplish this then fantastic. I was not sure if I was asking for something too specific. Thanks! |
Hi there, Some of the fields that you’ve requested aren’t included in the CSV reports, but there are filter hooks that make it possible for a developer to add them as new columns. You can contact one of the developers listed on this page for a quote for adding the additional information to the reports: |
|
|
Ok thank you, I will take a look into that. I’ve been in touch with wisdm labs in the past. Regards GavinY |
You’re welcome. |
|
|
Sorry if I should be making a new topic for this, but they are kinda related and I didn’t want to clog up the forums. With regards to what I’ve asked in my previous post. Could someone point me to a list of the EE database tables and documentation for them? if it exists? I’ve looked in the database and think it might be easier if I knew what the different bits were for. Thanks! |
All of the Event Espresso 4 database tables have _esp_ in their name. Along with that, the standard wp_posts table stores data for attendees, events, venues, and people (if you’re using the People add-on) because those are WP custom post types. A few examples: _esp_event_venue: The association between an event and a venue |
|
|
Thanks Josh, I need to find out which tables to reference to try and make a report. would i need to be looking in the WP tables if the events are custom posts? Thanks |
|
Hi Josh, Sorry to post again but I’m unable to edit my last post with this. I’ve stumbled across a query on GitHub that I believe you may have written I’ve taken a look at it, and the table its referencing is not in my database (the wp_posts table). I only seem to have wp_comments and wp_commentsmeta. Now I’m at even more of a loss as to what tables I need to look at. I’ve read through the other ones you mentioned and I can see the information in there. Its just with the wp_posts table being missing, I’m not sure where to start. Thanks |
|
Hello again, I have found the tables I was looking for and I think I’ve figured out what I need to do, so you can mark this topic as closed/resolved if you like. That query I found on GitHub did what I needed pretty much. Just need to change a few things about it. Many thanks Josh. |
You’re welcome. |
|
The support post ‘EE and Event Reports’ 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.