Skip to main content Unisciti a noi al TDX, a San Francisco o su Salesforce+, il 5-6 marzo per la conferenza degli sviluppatori sull'era degli Agenti IA. Registrati ora.
errore

C'è stato un problema. Riprova.

One of my development directors wants to be able to measure the number of donors that grow to a one time gift of $5,000. At first I just provided her a total number of 105 to her dashboard by pulling a report of all accounts with largest gift $5,000. But she wants to see it in a chart that shows how the number is growing quarterly. I looked into using NPSP Levels, but there doesn't seem to be a native way to track date changes. 

 

What am I not thinking of? Other than creating a long complicated flow? 

 

Any help is very appreciated!!

4 risposte
  1. 24 feb, 23:39

    +1 to Dodi.  I like that solution.  You could use a standard Account > Opportunity rollup summary field that shows the MIN of Close Date on records where Amount >= 5000.  You might also need to exclude one or more opportunity record types.  If so, please don't hard-code record type IDs in the criteria; instead, create a formula field on Opportunity that simply displays Opportunity Record Type > Name, then use this in your rollup criteria.  

     

    +1 to Dodi. I like that solution. You could use a standard Account > Opportunity rollup summary field that shows the MIN of Close Date on records where Amount >= 5000.

     

     

     

    @Jennifer Shaw, ask yourself or your team about whether this date would ever change over time.  For example, if the account stopped donating or the organisation shut down (or the contacts were deceased).  Also ask yourself if you should also have this data for contacts, not just accounts.

0/9000