How do I pull up a list of 'former parents' of former pupils over a certain age?
We want to reduce the number of constituents in our database and permanently delete some ‘former parents’ of former pupils over a certain age. I currently have this criteria in the query:

The trouble is, a lot of those ‘former parents' are also ‘former pupils’, who I don't want to delete.
I also don't want to delete those who currently give, or who have been significant donors in the past…
Is there a way I can run the Query to show the information above, or how do you have any suggestions on how I go about exporting it?
TIA as ever for your help!
Comments
-
@Russell Joyce you could make another query containing all the criteria for anyone you wouldn't want to delete, then do a merge query subtracting your new query from your original query. The resulting query will then contain anyone who meets the conditions of your first query (is a former parent) but isn't in one of the groups in your second query (former pupil, donor etc.)
More info on merging queries here:
3 -
@Russell Joyce, seconding what @Alan French recommended. While you CAN get all of that in a single query, it's often easiest for beginners to start off merging queries to subtract out the second group of people.
If doing it all in one query, you will want to keep your criteria above and then add some.
- Education Primary Alumni Information = Yes
- AND Relation Education Class one of…
- AND Constituency Code = Former Parents
- AND Constituency Code does not = Former Pupils
- AND Summary - Total number of gifts = 0 (with filter: Gift Date greater than 01-01-2017)
- AND Summary - Total Amount of Gifts <$5,000
That would be how I would pull the list. Good luck!
3 -
@Faith Murray You could probably also look at the Last Gift Date.
1
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 564 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 243 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


