Skip to main content 3월 5~6일에 샌프란시스코의 TDX 또는 Salesforce+에서 열리는 AI 에이전트 시대를 위한 개발자 컨퍼런스에 참여하세요. 지금 등록하기.
오류

오류가 발생했습니다. 다시 시도하세요.

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개
  1. 2월 24일 오후 11: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