How do I add cumulative contribution to the output?

Original cross-post May 26 in Admin/IT

I am trying to pull a list of donors for FY23 (criteria below). But I need the output to say how much they gave in the fiscal year. 

What do I add in my output elements? I want to put a date filter on total household giving but don't see such a thing under contributions. Currently, the results have thousands of rows which I don't think we want. We just want the names and total amount for the year.

Please advise on output (or criteria). Thank you.

Parents Reply
  • Oh right, that just looks at individual contributions, my mistake. This will do what you want, you (or someone at your organization) can add this to the TR_QUERY_ELEMENT table. Also including total # of gifts, if that's useful for you. 

    description category data_select single_row
    Contribution_total_giving Contribution sum(cont_amt) Y
    Contribution_total_gifts Contribution count(ref_no) Y
Children
No Data