I have a report that I run on a monthly basis with various details for a set of employees. I am being asked if I can run another report that compares the currents months data to the previous months data
The report has around 20 columns and many rows (one row for each employee)

The new report (the changes report) should show :
- New employees added in current month
- Employees that were on the previous month but not on the current month
- Any information that has changed in any of the columns for an employee on both the previous month and current month report

The report has an employee number that could be used as a fixed identifier which is unique and does not change

Any help with the best way of doing this welcomed

Thank you