lhendrickson
Technical User
I am using Crystal 9.0 against Lawson tables.
I have 2 tables an employee table that has one row of detailed employee information, and one table with salary information by type (overtime,foreign assignment, underwater,etc)for each employee. In the salary table there are up to 20 rows per employee because of all of the different categories of salary (it is identified by a 3 letter code).
example:
Employee Table:
5452 Ed Harris 548-15-8875 12/1/1974
1011 James Davis 999-99-9999 6/6/1984
Salary Table:
5452 TIF $1,000
5452 OTH 200
5452 DIT 150
1011 TIF 9,900
1011 DDR 900
I want to create a report that has one row for each employee and has columns to the right that sum the salary amount (by summing specific salary codes) beside the appropriate employee.
Example: TIF+OTH DIT Total
5452 Ed Harris $1,200 $ 150 $1,350.00
In Excel I would use a Sum If array formula to pull the data needed, but I am not sure what to use in Crystal.
Any ideas will be appreciated!
lhendrickson
I have 2 tables an employee table that has one row of detailed employee information, and one table with salary information by type (overtime,foreign assignment, underwater,etc)for each employee. In the salary table there are up to 20 rows per employee because of all of the different categories of salary (it is identified by a 3 letter code).
example:
Employee Table:
5452 Ed Harris 548-15-8875 12/1/1974
1011 James Davis 999-99-9999 6/6/1984
Salary Table:
5452 TIF $1,000
5452 OTH 200
5452 DIT 150
1011 TIF 9,900
1011 DDR 900
I want to create a report that has one row for each employee and has columns to the right that sum the salary amount (by summing specific salary codes) beside the appropriate employee.
Example: TIF+OTH DIT Total
5452 Ed Harris $1,200 $ 150 $1,350.00
In Excel I would use a Sum If array formula to pull the data needed, but I am not sure what to use in Crystal.
Any ideas will be appreciated!
lhendrickson