any help is appreciated. Using CR11, I have an Access db which contains users quality for claims processing employees:
[username] [date] [major errors] [minor errors] [@quality rating]
This part is working fine. I add a separate data source which is a SQL table of all the claims. I try to link the 2 tables together by username.
Out of the claims table, I'm just trying to get a distinct count of all the claims for that user to add to the report, so I can have:
{username} {errors} {quality rating} {productivity rating}
I've tried all different linking options, but can't seem to get the count of the claims to coincide with each user.
Any help is greatly appreciated, thanks!
[username] [date] [major errors] [minor errors] [@quality rating]
This part is working fine. I add a separate data source which is a SQL table of all the claims. I try to link the 2 tables together by username.
Out of the claims table, I'm just trying to get a distinct count of all the claims for that user to add to the report, so I can have:
{username} {errors} {quality rating} {productivity rating}
I've tried all different linking options, but can't seem to get the count of the claims to coincide with each user.
Any help is greatly appreciated, thanks!