Output set for last gift amount per donor

Hi, 

I'm doing my first solicitation mailing since using Tessitura. I'm good with overall list, but really want to include the donor's last gift amount in my letter and response form, so therefore want it showing, I assume, in the output set (or extraction manager?)

This seems a standard type of requirement for a solicitation mailing...but I can't see in the list of options in the contributions heading of the output set any option for last gift. Love to hear from anyone out there who has done this for pointers in the right direction!

Cheers

Steff

Parents
  • Good morning Stephanie,

    We have this as an Output Set Element, as well as a few other riffs/customizations on it.

    To get the most basic last gift amount information, you'll want to enter the following in TR_QUERY_ELEMENT:

    • Category: Contribution
    • Data Select: !.last_gift_amt
    • Data From: lvs_giftstats

    That will get you just the amount of whatever the last contribution amount was for a donor.

    We also have additional values for the Campaign, Date, and Fund of the last gift. In those cases, you can use the same Category and Data From values, and just replace the Data Select with:

    • !.last_campaign
    • !.last_gift_dt
    • !.last_fund

    Hope this helps!

    Thank you,

    Brian

Reply
  • Good morning Stephanie,

    We have this as an Output Set Element, as well as a few other riffs/customizations on it.

    To get the most basic last gift amount information, you'll want to enter the following in TR_QUERY_ELEMENT:

    • Category: Contribution
    • Data Select: !.last_gift_amt
    • Data From: lvs_giftstats

    That will get you just the amount of whatever the last contribution amount was for a donor.

    We also have additional values for the Campaign, Date, and Fund of the last gift. In those cases, you can use the same Category and Data From values, and just replace the Data Select with:

    • !.last_campaign
    • !.last_gift_dt
    • !.last_fund

    Hope this helps!

    Thank you,

    Brian

Children