Query using Head of Household
Options
I am trying to create a query to group all of my parents at our school. If the parents are married, I want to count them as one record using head of household. We also have single parents with no spouse, so they do not have the head of household option. I need to include them in the query too. We have constituents of Parent primary, and Parent Secondary. They need to have criteria of constituent "date to" equals blank, so I will get only current parents. How do I build this query to get all my current parents with some being head of households and some single parents?
Tagged:
0
Comments
-
Why don't you use an export to make a list by household?0
-
Robin - I think some of this comes down to a more clear definition of what you do in query and what you do in export.
- Sounds like you have a clear way to pull in all the parents to your school.
- In query, you are successfully creating a group of ALL the parents.
- In RE, Head of household is really considered an EXPORT function, not a query function.
- Out of all the parents, I now only want to export information out about the head of household (for those that have joint parents) as well as the single parents.
- In your export using the HOH processing, you would then output the 'subset' of parents you want to consider - the HOH parents only and the single parents.
0 - Sounds like you have a clear way to pull in all the parents to your school.
-
I second Karen's suggestion. Query is a grouping tool. You use it to group the parents. Then go to Export function (not just export the query) and set your HOH processing options and you should get a nice clean list.0
-
Agreed about using Export "Only include HoH" for this case but I wanted to add a couple of comments.
1) The export HoH only isn't 100% because it will actually include non-hoh records if the hoh was not also in the query results. I have been burned by that before!
2) I guess technically HoH is not for grouping but we use it quite often since Query results are so useful and quick. Especially when dealing with soft credits it can be very handy to have an easy way of excluding non-hoh records in a query. The way we do it here is to have a constituent code called "Not HoH" that gets automatically added to records that are not the primary spouse. It comes in handy quite often but it does require some automation or at lease a reqular global change.0 -
Wayne - One comment on the 1) item you mention in your post.
In the way HOH functionality is defined, it only pertains to the situation when BOTH spouses are in the query.- If both the HOH and non-HOH record are in the query and you choose to use HOH processing in export, it will only look at the record which is marked as HOH.
- If only one of them is in the query, then HOH processing does not apply.
- If only the non-HOH record is in the query, then yes it will pick it.
0 -
Technically it is working correctly but I think most people assume that the word "only" means that it will specifically exclude non-hoh records even if the hoh is not in the query. I know I assumed that so I just wanted to make it known in case others did as well. I guess I'm saying that it's not readily apparent that if only one of the records is in the query that the HOH processing doesn't apply.0
-
Thank you everyone for your feedback. I am trying to run the canned Statistical report. I am trying to find out our parent participation. So I need to include a query of all my parents. That's why I am trying to figure what to put in my query. I have tried multiple ways, but am still not able to come up with the group I want, whcih is Head of Household first, then single parents.0
-
Robin -
I think you can use your Export to get the HOH's and single parents -- and then create an Output query from your Export.
Then you can feed the output query into your report.0 -
Gina, how do you create an output query from an export?
Robin, going back to your original question, what are "Parent Primary" and "Parent Secondary"?
Just in case it helps, if you want to find everyone who is either HoH or single you can use the following criteria (notice the parentheses)
(Spouse->Relationships->Individuals->This Individual Is The Head of Household: equals "Yes"
OR Spouse->Spouse Information->Constituent ID: blank)
AND <other criteria like constituent codes etc.>
0 -
Sorry - I mispoke (or mistyped!) - you have to do it in Mail, not Export.
This is a bit of a 'trick' of the system - we're going to export out in Mail but all we really care about is the output query.- In Mail, pick Quick Letters as an example.
- On the General tab
- Pull in your query (with the Include button).
- There's also a Head of Household Processing section - make your selection here.
- Check the Filters, Attributes and Segment tabs to make sure you don't have anything weird selected.
- Don't worry about the address tabs - because we're only going to create a query here, we're not worried about the output.
- Go back to the General tab and in the lower left corner there's a checkbox for 'Create output query'.
- Choose Export and name the export file and choose to save it somewhere (like your desktop) - you're going to get rid of it anyway.
- Then you'll get a box that says 'Save Static Query' - name it and save it somewhere in your query folders.
- THIS IS YOUR OUTPUT QUERY that will have the HOH processing that you defined. So it should have pared down your records somewhat and eliminated the HOH duplicates (if there were any in your original query).
- You can then use this static query in another export or report.
- Just remember it's static - so you have to pay heed to the precautions about refreshing static queries.
Mail has some other of these 'special' functions that are basically hidden gems -- and they're only available in Mail, not Export.
There are some IdeaBank suggestions out there for voting - please support with your votes:- Make segmentation feature in mail also available in Export: http://rediscovery.uservoice.com/forums/137015-raiser-s-edge-discovery-topics/suggestions/5874218-make-segmentation-feature-in-mail-also-available-i
- Make options for mailing to contacts in Mail also available in Export: http://rediscovery.uservoice.com/forums/137015-raiser-s-edge-discovery-topics/suggestions/5874230-make-options-for-mailing-to-contacts-in-mail-also
0 -
Thnak you everyone!
Wayne- We use the Parent Secondary constituent code if the Parent is a Step-parent, or if they don't have a valid address. That group is small. Most are Parent Primary, my issue was making sure I pulled Head of Household first and not the Spouse's record, and then if they were single parents, I needed them as well. I ended up talking with someone at Blackbaud, and we figured out how to do it. Just in case anyone wants to know, I ended up doing a merged query.
My first query was going to group all married current parents, and pull only the Head of Household record.
It looked like this:
Constituency Code one of 1) Parent Primary 2) Parent Secondary
AND Constituency Date to blank
AND This Individual Is the Spouse equals YES
AND This Individual Is the Head of Household equals NO
Second Query: (To pull all my single parents)
Constituency Code one of 1) Parent Primary 2) Parent Secondary
AND Constituency Date to blank
AND Spouse Name is blank
Then Merge the two queries using the OR Factor.
Thank you!
0 -
You could do it with the criteria I suggested in one query if you wanted.
Just add the constituency code criteria afterwards like:
(Spouse->Relationships->Individuals->This Individual Is The Head of Household: equals: "Yes"
OR Spouse->Spouse Information->Constituent ID: blank)
AND Constituency Code: One of: Parent Primary, Parent Secondary
AND Constituency Code->Date To: blank0 -
Hi Robin, while I agree with the others who posted about export, I DO have a way to do it in query, because I rely heavily on query outputs for many things. This returns exactly what I need (including the households with only one parent) with no duplicates.
Constituent Query Criteria: (in my database, every parent has the same code: Current Parent, date to blank)
Constituent Code equals Current Parent
AND Date To blank
AND Spouse Name not blank
AND Spouse This individual is the Head of Household equals YES
OR Constituent Code equals Current Parent
AND Date To blank
AND Spouse Name blank
0 -
Hi Emily,
Thanks for your suggestion! I tried using the query this way, but I found out it was missing my parents that had a spouse, and the Spouse was not a constituent. Some of our parents each have their own record and are each constituents, and some parent records have spouse's that are not constituents. The merged query that Blackbaud gave me seems to be working. I am still going through our parents and trying to clean up that constituency code.
Thank you,
Robin0 -
Robin, if you use my query it should include parents with non-constituent spouses as well.0
-
Rob, your query makes a lot of sense to me, the issue I would have was running a list of current donors, and if I excluded by HOH, I'd lose the people who were 'single' and only get people who were part of a household. So this would solve that. When you then go into export, on the first page where it has HOH processing, would you select Export Only HOH, Export First Const Found, or Export Both Separately?
(Spouse->Relationships->Individuals->This Individual Is The Head of Household: equals: "Yes"
OR Spouse->Spouse Information->Constituent ID: blank)
0 -
Hi Aldera,
When I export my merged query, I check the box "Export Only HOH", but I still get all my single people. When your run the query, and you see how many people are in your group, you will get that same amount when you export using "Export only HOH". Hope that helps!:)
Thanks!
Robin0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 1 YourCause® from Blackbaud®
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 124 Ninja Secret Society
- 32 Blackbaud Raiser's Edge NXT® Receipting EAP
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 1.1K ARCHIVED FORUMS | Inactive and/or Completed EAPs
- 3 Blackbaud Staff Discussions
- 7.7K ARCHIVED FORUM CATEGORY [ID 304]
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board