I need to write a query returning the count of a field and sum based on the value of another field in the same table.
The table contains the fields:
Salesperson
Amount
Status
I would like to show for each salesperson:
The count of items for status = 'C'
The sum amount for status = 'C'
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.