johnyjassi
Registered User.
- Local time
- Yesterday, 23:33
- Joined
- Jun 6, 2008
- Messages
- 64
Hi all,
I have a query that is retrieving values from a table, the result of the query is
State RepCode Count
AB AA 3
AB AA 4
BC BB 2
BC BB 1
*Count is showing the number of sales by each sales person(RepCode), and is for two different companies. But i want the following result,a s it should show the number of different companies per Salesperson, not number of sales
State RepCode Count
AB AA 2
BC BB 2
Any help will be appreciated!!
Thanks in advance!
I have a query that is retrieving values from a table, the result of the query is
State RepCode Count
AB AA 3
AB AA 4
BC BB 2
BC BB 1
*Count is showing the number of sales by each sales person(RepCode), and is for two different companies. But i want the following result,a s it should show the number of different companies per Salesperson, not number of sales
State RepCode Count
AB AA 2
BC BB 2
Any help will be appreciated!!
Thanks in advance!