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 Profiles (Moderator: Dave Greenberg) »
  • Making Participant Fields Searchable
Pages: [1]

Author Topic: Making Participant Fields Searchable  (Read 640 times)

jenred

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 0
Making Participant Fields Searchable
July 12, 2010, 05:03:34 pm
Hello!

I'm trying to get a report that includes all the custom data collected for event participants.  The data fields are under "Participant."

Unfortunately, it appears I can't mark participant fields as searchable in profiles, nor add them to the results column.

I've also tried adding:

protected $_customGroupExtends = array( 'Participant' );

to the ParticipantListing.php -- to no avail.

How do I get those fields to show up as columns in either a search or a report?

Thanks,
Jen


Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Making Participant Fields Searchable
July 13, 2010, 04:43:02 am
Quote
it appears I can't mark participant fields as searchable in profiles, nor add them to the results column.

Yes you cannot mark any components field as searchable.

Quote
How do I get those fields to show up as columns in either a search or a report?
You should check Contribution Summary report for adding Custom Data support.

Check CRM/Report/Form/Contribute/Summary.php

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Making Participant Fields Searchable

This forum was archived on 2017-11-26.