Extractions

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 

Parents
  • Former Member
    Former Member $organization

    Hi Michael, I built something for just this reason. Hopefully this works for you.
    Description: Contributions (Number of)
    Type: Number
    Detail Tbl: vs_contribution_with_initiator
    Deatil Col: count(distinct !.ref_no)
    Category: contribution
    Use 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.

Reply
  • Former Member
    Former Member $organization

    Hi Michael, I built something for just this reason. Hopefully this works for you.
    Description: Contributions (Number of)
    Type: Number
    Detail Tbl: vs_contribution_with_initiator
    Deatil Col: count(distinct !.ref_no)
    Category: contribution
    Use 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.

Children