My report displays the number of people in 4 employee types, for 3 years. My question is: How can I display subtotals for TOTAL APPLICANTS and TOTAL EMPLOYEES (below)?
My report output and structure follows:
GH1...
Company Name
2000 2001 2002
GF2...
(1) Applicant Female 1 1 2
(2) Applicant Male 0 2 1
TOTAL APPLICANTS 1 3 3
(3) Employee Female 3 5 4
(4) Employee Male 3 3 5
TOTAL EMPLOYEES 6 8 9
GF1...
TOTAL APPLICANTS &
EMPLOYEES 7 11 12
The input file contains the headcount of 4 employee types by company for multiple years.
The report:
Group1 = Company
Group2 = Employee Type
Running Totals for each year display column values (GF2):
SUMMARY: Sum Headcount
EVALUATE: Year=2000
RESET: on change of field EMPLOYEE TYPE
Running Totals for each year gives the company total (GF1):
SUMMARY: Sum Headcount
EVALUATE: Year=2000
RESET: on change of field COMPANY NAME
I am under instructions to use a regular report, rather than a crosstab, to enhance formatting.
I've tried splitting GF2 and working with a formula that SUMS the headcount where EMPTYPE=1 or 2, for instance, but am getting nowhere.
Any direction would be immensely appreciated!
Thank you,
Caryn Giananti
My report output and structure follows:
GH1...
Company Name
2000 2001 2002
GF2...
(1) Applicant Female 1 1 2
(2) Applicant Male 0 2 1
TOTAL APPLICANTS 1 3 3
(3) Employee Female 3 5 4
(4) Employee Male 3 3 5
TOTAL EMPLOYEES 6 8 9
GF1...
TOTAL APPLICANTS &
EMPLOYEES 7 11 12
The input file contains the headcount of 4 employee types by company for multiple years.
The report:
Group1 = Company
Group2 = Employee Type
Running Totals for each year display column values (GF2):
SUMMARY: Sum Headcount
EVALUATE: Year=2000
RESET: on change of field EMPLOYEE TYPE
Running Totals for each year gives the company total (GF1):
SUMMARY: Sum Headcount
EVALUATE: Year=2000
RESET: on change of field COMPANY NAME
I am under instructions to use a regular report, rather than a crosstab, to enhance formatting.
I've tried splitting GF2 and working with a formula that SUMS the headcount where EMPTYPE=1 or 2, for instance, but am getting nowhere.
Any direction would be immensely appreciated!
Thank you,
Caryn Giananti