Need help creating a report.
I have opportunities and each opportunity can have 3 sales people.
the user want me to produce a report that displays how many opportunities each sales person is associated with.
I'm thinking an SSRS report, but not sure how to
So for example we have the following opportunities.
opp1 has Sales people: A, B,C
opp1 has Sales people: A, B
opp1 has Sales people: A, B
opp1 has Sales people: B,C
So they want to see:
Sales person A = 3, B=4, C=2