Hi everyone,
I'm building an extraction to pull donor info and I'm trying to find people who have given at least twice in a specific time period for a segment. Is there an easy way to do this?
Thanks!
-Michael
Hi Michael, I built something for just this reason. Hopefully this works for you.Description: Contributions (Number of)Type: NumberDetail Tbl: vs_contribution_with_initiatorDeatil Col: count(distinct !.ref_no)Category: contributionUse for list: List Only
It will find people with a specific number of gifts. I would use >= 2 for your example. It should be able to work with all your other gift criteria as long as those are looking at the same table.
Thank you!