Re: Combine two data sets and merge them
Hi jindon,
Hopefully you are doing alright. Since our session, I learned allot and developed further our tool, especially hour comparison and merge solution. I’ve implemented and test all the way and it worked great, many thanks again for that!
While using the comparison solution, and running reporting we missed some data… at first everything looked fine and nothing was lost. Suddenly I found the “bug”. Actually it’s not a bug, it’s a scenario that we did not think about at that time.
The scenario that we forgot states:
If a person works on one or more projects per month but he is not sick or he has not taken any holiday in that month. How should the comparison code should handle this scenario. Because the current code does not take that person into account while merging… see the attachment.
For example in the attachment you see that even though Marco worked on one project and he was not sick or taken any holiday on that month, he will not taken into account while merging…
Where should I look for modifying the code in order to take also Marco into account.
And what if a person is the whole month sick and he/she writes zero hours for that project… how should that the code be looking?