Creditee ID and Name Element Issue/Question

We had a request to create output elements for Creditee ID and Name, so the first thing I did was look at the Output Set Recipe book. Lo and behold, there was an output element recipe for just what we were looking for. Or so we thought.

Use Case and Relevant Info

To give a little background, we are on v15 and are hosted. The use case for this request was to be able to output a list that could be used with creating acknowledgement letters. The current List output used by those who prepare the ack letters identifies who gave the gift, date and amount of the gift, contribution type, if the gift was in honor or memory and the address details of the contributor. What is missing is the In Honor or In Memory Creditee name/salutation and constituent ID.

We wanted to have both the Contributor and the Creditee salutations on the same line in the output. We thought that we could use the Creditee Name recipe from the Output Sets Recipe book. We followed the Creditee Name recipe and made small changes to it - specifically, we wanted only to output a specific salutation. To do this we edited the Query Element Group Data from query adding an "AND e.[signor] = 0 (Default salutation}." 

When this List is run with the Output elements for the Creditee Name and ID, the output that results shows that any contribution that appears in the list has the Creditee Name and ID regardless if the contribution had a Creditee or not. Here is an example (hopefully viewable):

ExampleOfIssue

The example shows that the gift given for the Purpose "Florescense" is credited to Creditee No 1141265 and 1175845. However, this should only output the lines for the Rienze Garden Endowment. For some reason, this Creditee is coming through on the output to both which is incorrect.

We're curious to know if anyone else is doing this same thing and if so, how? We are filtering by gift dates - in this case the filter is a one week (7 day) filter. Both gifts were given during this time however only one should have the Creditee's listed. The Florescense does not have a Creditee.

I can provide more detail if needed. Just hoping the Tessitura hive mind has already tackled this or can explain why the gift without a creditee is being shown in the output as having a creditee.

Thanks.

Parents
  • Hi Phillip,

    The standard CONTRIBUTION elements include creditee rows, and the output you're seeing is showing the 2 rows for each contribution in the CONTRIBUTION elements, each joined to the same CREDITEE NAME output elements. To resolve this, I recommend adding an Output Parameter in the CONTRIBUTIONS elements for Creditee Type so that we can filter the output to only the CONTRIBUTION rows that are associated with a creditee.

    In TR_QUERY_ELEMENT_PARAMETER, add a parameter for 

    • Description: Creditee Type
    • Group Id: Contribution
    • Filter Element: creditee_type
    • Data Type: Number
    • Ref Tbl: TR_CREDITEE_TYPE
    • Ref ID: id
    • Ref Desc: description
    • Ref Sort: description

    Then filter your output to CONTRIBUTION Creditee Type IN and then SELECT ALL creditee types.

  • Chris -

    This worked when we replaced the Creditee Type filter that is part of the Creditee Contribution Details output element with the ContributioN Creditee Type element, which already existed. So no need to make anything new!


    Thanks.

Reply Children
No Data