Hi Community,
I have 3 datasets; Namely
- Employee Clockin Data
- Employee Payroll Data
- Employee Award Data
(attached)
I want to reconcile this dataset into one flat file.
Where I am getting wrong is when I join and union this dataset, Payroll numbers are getting duplicated and thus amplified (sum).
The expected flat file is in the below format:
| Employee Number | Name | Date | Award Level | Min_Position From | Max_Position To | Award Year | Activity Codes | Start Date Time | Stop Date Time | Unadjusted Shift Length (Hours) | Start Day | Finish Day | Carry Over Next Day | Start Day Weekend | Finish Day Weekend | Period End Date | Sum_Taxable Income |
I have tried various methods, but I am unable to get the data what I want.
Appreciate the help and direction.
Thanks,
Harshad