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

Can this be done with a standard report?
I have market data that is reported by MSA. Each record in the MSA contains a field with the estimate gross commission available in the account named in the record. I would like to create a report that averages the top five accounts based on gross commission volume and then compares that average to an account that the user selects.
I can see how to do with a series of SQL statements but cant see how to do it with a custom report.
Any thoughts?
To filter out your report, add additional filter to show only the first 5 account records since you already know that those 5 records are the top 5. You can use their Account Id for the filter.
All Answers
the report that averages the top five accounts based on gross commission volume is possible, for the comparisson, you have 2 options. You can create a joined report type and the other is create a separate report and make the comparisson through dashboards..
To filter out your report, add additional filter to show only the first 5 account records since you already know that those 5 records are the top 5. You can use their Account Id for the filter.