New Donors 2nd Gift

I am struggling to create a query that will track when a new donor (within a specific timeframe like the last 12 months), makes a second gift. The 1st gift field in query lets me define my timeframe fine, but its the tracking of the 2nd gift that I am struggling with. Giving summaries set for a gift count of 2 or more gifts in a period aren't giving me the results I want. Has anyone got a system for this that they use and works for them?

Tagged:

Answers

  • Joe Moretti
    Joe Moretti Community All-Star
    Kudos 5 Third Anniversary Raiser's Edge NXT Fall 2025 Product Update Briefing Badge First Reply
    edited January 27

    Could you be a little more specific about what you are trying to do? Are you trying to figure out how long the 2nd gift took or something else? Because if you are trying to find out how long it took for a 2nd gift, use the query you created, but don't put a time period on the giving summary of gift count. Then export the query with all the gifts from the original first gift and have the gift go in the same order and subtract the two different dates.

  • Faith Murray
    Faith Murray Community All-Star
    Tenth Anniversary Kudos 5 First Reply Name Dropper

    Patty, tracking a second gift IS a difficult thing, because it's not an automatic field or metric in RE. You can either export constituent giving history to excel and filter from there, as Joe suggested - which is what I usually do - or you can get creative depending on your gift processes:

    1. Do you give brand new donors a unique welcome letter? If so, then use Gift Letter Code in your query, looking for a) First Gift after specific date AND b) summary of gifts in date range that have ONE OF non-first-time letter codes.
    2. Or, if you have no unique identifier on first time gifts, you could institute a new tracking method (a unique gift attribute, letter code, etc) to analyze gifts going forward.
  • Thanks Faith and Joe - the query/export and some Excel formulas works for looking at how long it takes for the 2nd gift to come, so that part is all good. What I am trying to do is track each month to see when a donor who made their first gift in the last 12 months, gives a second gift so that we can track our conversion to 2nd gift rate for all our new donors within a specific time period. I've got a query that works, but it still needs to be exported and manipulated a bit in Excel, but it will serve the purpose. I was just hoping that someone had figured out an easier way.

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    Constituent Query:

    • Criteria
      • First Gift Amount > 0
      • AND First Gift Date >= X/X/XXXX (you will need to update this to a day last 12 monts)
      • AND Constituent Summary of Gift: Total Number of Gift >= 2
        subcriteria of
        Gift Date >= X/X/XXXX


    I am ignoring gift type and gift amount that "may" be $0.

    you can output direct from the constituent query if you like and massage it in excel, or you can use Export module with this query and export 2 count of gift record's information as separate columns.

  • Thanks Alex!

Categories