Counting Unique Constituent ID's Across 2 Columns
Here's what I'm trying accomplish: within a gift export, count the unique constituent ID's of alumni and spouses who are also alumni. If a constituent ID shows up on 1 gift as hard credit donor and on a different gift as the spouse of the hard credit donor, count that constituent only once.
Here's a simplified example: Sample Spreadsheet.xlsx
Keep in mind that arrays in Crystal Reports have a maximum size of 1,000 items.
Thank you for your help.
Tagged:
0
Comments
-
What about a formula, something like this? You would also have to account for null values somewhere in the formula.
If Cons is Alum =yes and spouse is alum = yes then 1 else If Cons is Alum =yes and spouse is alum = no then 1 else If Cons is Alum =no and spouse is alum = yes then 1 else If Cons is Alum no and spouse is alum = no then 0 0 -
Thanks for your post, Marie. Your suggestion would yield a count of how many transactions are associated with alumni, but I'm not sure if I could use it to find the unique count of alumni donors (including spouses who are alumni) in a gift report.
Here's the approach I'm currently looking into:- Use a formula to create a unique household ID for couples (the approach that I've taken is to concatenate the const ids of spouses, with the smaller const ID being concatenated first so that no matter where the hard credit of the gift is applied the household ID will always be the same). Non-married individuals will have a household ID equal to their const ID.
- for each household ID, create an "alumni household score" for the number of alumni associated (0 - 2)
- Sum the values of the "alumni household scores" for each unique household ID
0 -
If you used the household ID as an alias, and did a distinct count of the houeshold ID maybe that would work. I think you're on the right track.
0
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)

