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) »
  • How to find all contacts with more than one relationship?
Pages: [1]

Author Topic: How to find all contacts with more than one relationship?  (Read 503 times)

simonium

  • I post occasionally
  • **
  • Posts: 38
  • Karma: 2
How to find all contacts with more than one relationship?
January 28, 2011, 04:06:43 am
hi there,

Does anyone know how I can get a list of all contacts that have more than relationship?

Thanks in Advance . . .

Simon.

ctarascio

  • I post frequently
  • ***
  • Posts: 334
  • Karma: 30
    • American Friends Service Committee
  • CiviCRM version: 4.1.3
  • CMS version: Drupal 6.26
  • MySQL version: 5.5.20
  • PHP version: 5.3.13
Re: How to find all contacts with more than one relationship?
January 28, 2011, 06:24:34 am
hi simon,
short of writing a custom search, i believe the following, though a bit clunky, would work for you.

1. depending on your configuration, search for all contacts or search separately for individuals etc...
2. select export contacts from the "actions" drop-down list
3. choose "select fields for export"
4. choose the fields you want in the export file, including the relationship fields e.g. "household member of"
5. export the list and then manually get rid of any records that do not have relationship data

alternatively and depending on how many relationship-types are configured, you could use advanced search and search, one by one, for each relationship-type, export each data set and then "merge" them together as one.

it's clunky but i think it will work.

hope this helpds,
cynthia

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • How to find all contacts with more than one relationship?

This forum was archived on 2017-11-26.