You need to sign in to do that
Don't have an account?

Table view of accounts and other information
Hello,
I need a overview like a table of all accounts and additional the sum of sales 2017, sum of current sales, sum of opportunities.
How can I to this?
Accountname | Sales 2017 | Sales 2018 | Opps
----------------------------------------------------------------------
ABC | 15.000 | 2.000 | 20.000
XYZ | 0 | 10.000 | 50.000
Thanks,
Sascha
I need a overview like a table of all accounts and additional the sum of sales 2017, sum of current sales, sum of opportunities.
How can I to this?
Accountname | Sales 2017 | Sales 2018 | Opps
----------------------------------------------------------------------
ABC | 15.000 | 2.000 | 20.000
XYZ | 0 | 10.000 | 50.000
Thanks,
Sascha
You need to create a vf page or lightning component and override it .. you can get the same data with aggrigate SOQL

Ok, Thanks, can you give me a bit more detailinformation?