CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Event participant export - missing fields
Pages: [1]

Author Topic: Event participant export - missing fields  (Read 391 times)

jsimonis

  • I post frequently
  • ***
  • Posts: 316
  • Karma: 4
    • Forward Support, Inc.
  • CiviCRM version: 4.4-4.5
  • CMS version: Drupal 7
  • MySQL version: 5.5.37-cll
  • PHP version: 5.3.29
Event participant export - missing fields
February 14, 2014, 12:57:53 am
I'm creating an export that can be used to print up things like rosters for a training and such. I can't find a way to include in the export which city/state the training is being held in or its start date. These trainings happen in many of the same cities, but on different dates. They need a way to be able to tell in the export that where & when information. I can't find any way to do that since those aren't listed as options in the field drop downs for the export.

I'd also like to include the date the confirmation email was sent to the person who signed up for the event. You can go into their registration and send that confirmation, but there is no field in the drop down to be able to list the date that was done. This helps them keep track of what confirmations have been sent and which haven't.

Thanks.

jsimonis

  • I post frequently
  • ***
  • Posts: 316
  • Karma: 4
    • Forward Support, Inc.
  • CiviCRM version: 4.4-4.5
  • CMS version: Drupal 7
  • MySQL version: 5.5.37-cll
  • PHP version: 5.3.29
Re: Event participant export - missing fields
February 18, 2014, 09:41:43 pm
Is there a way to go into the code or something and add additional fields that are available for export?

JonGold

  • Ask me questions
  • ****
  • Posts: 638
  • Karma: 81
    • Palante Technology
  • CiviCRM version: 4.1 to the latest
  • CMS version: Drupal 6-7, Wordpress 4.0+
  • PHP version: PHP 5.3-5.5
Re: Event participant export - missing fields
February 19, 2014, 06:49:37 pm
Hi there,

The participant export is going to give you participant info, not event info.  So while you theoretically could add those fields into the code, that's probably not the place to do it.  Instead, I'd customize the code for the Report (under Reports) called "Attendee List".

That report already has the event start date.  From there, I'd just edit the event name to include the City/State (e.g. "Fall Fundraiser - Austin, TX", "Fall Fundraiser - Seattle, WA") but it should be much easier to hack in the city/state of the event there than in Participant Export - and of course you can still export from the report.
Sign up to StackExchange and get free expert CiviCRM advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Event participant export - missing fields

This forum was archived on 2017-11-26.