I sure hope you can help... Thanks...
6 respostas

If I am not wrong interpretting your question, you want the total of the gifts on the Contacts from the Account and Primary Affiliation Account. Create a formula field on Contact with type currency and enter the following formula:
npo02__TotalOppAmount__c + npsp__Primary_Affiliation__r.npo02__TotalOppAmount__c
This basically adds up the Total Donation from the Affiliation to the existing total donation value on the conatct. Then you can add this field to your view or report.
If this answers your query, don't forget to make it as best answer!
Thanks,
SPP