Posted: October 12, 2022 at 3:53 pm
“Count of this registration in the group registration [REG_count]” column only shows first of group (1 of 7). It should show all of them ex. 2 of 7, 3 of 7, 4 of 7, etc. |
|
Hi there, Do you have any custom code hooking into Event Espresso to change the CSV report at all? I’ve just tested the exports and the reg count column is working on my test sites, we also removed the DB column name ( |
|
Hi Tony, There isn’t any custom code in funtions.php |
|
The only way you can have the DB column field in the title of the column is if you have custom code in use on the site somewhere. Any custom function plugins in use? (A plugin used to hold custom functions that can hook into anywhere on the site)
Here is how the CSV would export in 4.10.40.p (which I can see is the version you are running) by default: https://monosnap.com/file/sRkgtfdtpB818YTlFTZ6EKmwr46nqN Note no column names in any of the headers. |
|
When you click to export your registrations do you see a page like this: https://monosnap.com/file/f9AiRiIy0c6EytImRWwS4oIA3I2Pwc Or does the download just start straight away in the browser? |
|
It downloads straight away in the browser. |
|
Then you have custom code 🙂 My guess is you have something like:
Within your sites Check your |
|
When define(‘EE_USE_OLD_CSV_REPORT_CLASS’, true); is commented out, it only shows the last row. |
|
Somewhere on your site, something is hooking in and changing the output of the CSVs. I can’t tell you where as it could be anywhere, you’ve mentioned it’s not in |
|
The support post ‘Registration CSV Report Doesn't Show All Count Of Group Registration’ 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.