Forum Discussion
HR Data - Monthly Files
I'm thinking this might help explain.
Let's say I get this for Sept
| Employee | Status | Term Dt |
| 11111 | Inactive | 9/1/2023 |
| 22222 | Active | |
| 33333 | Active | |
September turnover rate is 33# (1/3)
Then in October I get an update file. I don't want to count the September turnover in there, so the October turnover is 25% (1/4). Since I'm getting update files, I don't know how to preserve (other than using the turnover date somehow) the turnover rate by month.
| Employee | Status | Term Dt |
| 11111 | Inactive | 9/1/2023 |
| 22222 | Inactive | 10/1/2023 |
| 33333 | Active | |
| 44444 | Active | |
| 55555 | Active |
hi dgkallan ,
- dgkallan2 years agoHelper II
Thank you so much. I was thinking something like this might be the answer. Do you know of a way to automatically pull the file create date into a Report Date column so that it doesn't require manual manipulation?
And I wanted to use the solution where the new file is just dropped into the same folder every month. Would that be how the append solution you suggested would work? Or is there something different that has to be done to append it?