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) »
  • Household mailouts
Pages: [1]

Author Topic: Household mailouts  (Read 2781 times)

Chris Burgess

  • Ask me questions
  • ****
  • Posts: 675
  • Karma: 59
Household mailouts
October 25, 2007, 01:35:06 pm
I'd like to generate a list of households for a mailout, to send one mail per household to each member in a given electorate.

 * I need to query against the member's electorate (a custom data field, but similar to the state)
 * I would like to only send one letter to each household
 * I'd like to address the household, not a particular individual

Eg, my partner's name is "Saira", so rather than a letter addressed to one or the other of us, I'd like to send a letter addressed to

  Chris and Saira,
  174 Opanuku Road
  Waiatarua, 0612

If I search for contacts, then print labels, I get two labels in my results. If I search for households with the electorate, I get no results.

Can I perform a search for "households with members who have quality X" using the Advanced Search screen?

The "Chris & Saira" part can probably be done via the household nickname field. I can't see how to get the household details into the primary contact fields returned in the mailing labels though.

I think it may be time for me to get CiviReport running :)
@xurizaemon ● www.fuzion.co.nz

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Household mailouts
October 25, 2007, 05:36:20 pm

yes, time to dust off and start using your java knowledge with BIRT et al :)

Using advanced search u can say:

Give me all the contacts who are in electorate X and have a household relationship (but this gives u the contact and not the household)

Writing the sql and using BIRT to generate the report might be easiest. Or you could build a custom module on top of civi for this specific query (and some parameters)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Household mailouts

This forum was archived on 2017-11-26.