Skip to main content
I'm having a heck of a time trying to get a rollup summary to work. 

 

What my issue is:

 

I have fields on the account level that mark accounts if they are new or lost. I want to aggrigate that number to a sales rep to compare them to their KPI numbers. I tried doing a master-detail relationship, but I can't figure out how to make it work for two very different objects. I'm worried the only way to aggrigate multiple fields into KPIs would be to write apex triggers. Let me know if there is a workaround that I'm missing. 

 

Thanks! 
4 réponses
  1. 24 févr. 2020, 20:52
    What I understand here is that you want to aggregate the numbers by account owner, or globally. This wnt be something you can use with a rollup summary field, but what about reporting snapshots? You could create a report aggregating the values and snapshot it into another object on a regular basis. 
0/9000