Hi All,
I have a database which has information being dumped into it every month. The data is an employee list with lots of information like pay, performance, levels etc. Every month, only some elements of the data changes.
To analyze this data, I need to find a way to extract the employee ids every month- but only unique ones.
For example, say that, in January, I had the following IDs: 1A, 2B, 1C
and in February, I had 1A, 1C, 1D... (meaning there was an attrition with 2B) and 1D is a new joiner.
In February, when extracting the IDs, I will already have 1A, 2B, and 1C but when doing the extract, I will need 1D to be pulled it and not double count 1A,2B, and 1C.. Im sure this is a simple formula, but i cant get my head around it.
Any thoughts?
Thanks guys,
I have a database which has information being dumped into it every month. The data is an employee list with lots of information like pay, performance, levels etc. Every month, only some elements of the data changes.
To analyze this data, I need to find a way to extract the employee ids every month- but only unique ones.
For example, say that, in January, I had the following IDs: 1A, 2B, 1C
and in February, I had 1A, 1C, 1D... (meaning there was an attrition with 2B) and 1D is a new joiner.
In February, when extracting the IDs, I will already have 1A, 2B, and 1C but when doing the extract, I will need 1D to be pulled it and not double count 1A,2B, and 1C.. Im sure this is a simple formula, but i cant get my head around it.
Any thoughts?
Thanks guys,