lesleycampbell
Technical User
I am using CR11 and working on an invoice report. One employee will have multiple pay codes listed on the invoice.
In order to format according to client's request, I am working on aligning all pay codes in one horizontal line versus each pay code listed as an individual line item.
Example: John Smith HOUR 40 @ $10.00
John Smith OVER 12 @ $15.00
In the above example, "HOUR" and "OVER" are the pay codes.
The client would like it to read as follows:
Example: John Smith HOUR 40 @ $10.00 OVER 12 @ $15.00
I am attempting to do this by suppressing the detail section and using the group footer. I am using running totals for the units and rates but I am having trouble with the formula I am using for my pay code. There are certain groups of pay codes where the employee will only have one of them. I want my field to display the pay code that is displayed for the employee.
Pay Codes: "MED-EC", "MED-EM","MED-ES","MED-FA"
Formula I'm currently using: IF {PAY.CODE} IN ["MED-EC", "MED-EM","MED-ES","MED-FA"] THEN {PAY.CODE} ELSE " "
Right now, it is only evaluating the last row in the details.
Any suggestions?
In order to format according to client's request, I am working on aligning all pay codes in one horizontal line versus each pay code listed as an individual line item.
Example: John Smith HOUR 40 @ $10.00
John Smith OVER 12 @ $15.00
In the above example, "HOUR" and "OVER" are the pay codes.
The client would like it to read as follows:
Example: John Smith HOUR 40 @ $10.00 OVER 12 @ $15.00
I am attempting to do this by suppressing the detail section and using the group footer. I am using running totals for the units and rates but I am having trouble with the formula I am using for my pay code. There are certain groups of pay codes where the employee will only have one of them. I want my field to display the pay code that is displayed for the employee.
Pay Codes: "MED-EC", "MED-EM","MED-ES","MED-FA"
Formula I'm currently using: IF {PAY.CODE} IN ["MED-EC", "MED-EM","MED-ES","MED-FA"] THEN {PAY.CODE} ELSE " "
Right now, it is only evaluating the last row in the details.
Any suggestions?