Not sure how to do this, any help is greatly appreciated. I've got 2 separate db's. The first contains employee productivity: userID, claim_num, reviewed_date, etc.
The 2nd db contains the employee quality: userID, audited_date, number of errors, etc.
I'm having a hard time trying to get these different pieces of information into a report. I'm trying to group the report by week. So for each week, I would like to show the information based on userID, where the productivity is based on the "reviewed_date", and the quality is based on the "audited_date". I guess the user would have to specify the 2 date ranges up front, then group by a different date?
Any help is greatly appreciated, thanks!
The 2nd db contains the employee quality: userID, audited_date, number of errors, etc.
I'm having a hard time trying to get these different pieces of information into a report. I'm trying to group the report by week. So for each week, I would like to show the information based on userID, where the productivity is based on the "reviewed_date", and the quality is based on the "audited_date". I guess the user would have to specify the 2 date ranges up front, then group by a different date?
Any help is greatly appreciated, thanks!