insipid1991
Technical User
I need a report to show me the following output for client employee count:
Employees # Clients % of Total
1-2 15 14.5%
3-5 24 23.3%
6-10 21 20.4%
11-20 28 27.2%
21-25 4 3.9%
26-50 7 6.8%
51+ 4 3.9%
Total 103
Average Employee Count 12
I have tried using multiple define statements, but to no avail.
Any coding ideas?
Table Name Example = CLIENT_MASTER
Field Names Example:
CLIENT_NAME
CLIENT_NUMBER
EMPLOYEE_COUNT
Thanks so much!
Doug
Employees # Clients % of Total
1-2 15 14.5%
3-5 24 23.3%
6-10 21 20.4%
11-20 28 27.2%
21-25 4 3.9%
26-50 7 6.8%
51+ 4 3.9%
Total 103
Average Employee Count 12
I have tried using multiple define statements, but to no avail.
Any coding ideas?
Table Name Example = CLIENT_MASTER
Field Names Example:
CLIENT_NAME
CLIENT_NUMBER
EMPLOYEE_COUNT
Thanks so much!
Doug