S
Sweeds
So I have a database that has Examiners and Claims. Each examiner is
to audit multiple claims. Over the course of a day, they may audit
more than one claim. For example, for my table, Examiner Betty
audited 1 claim but Examiner Johnny audited 872 claims. For business
reasons, I need to pull randomly 2 percent of each Examiner's claims.
Meaning that for Examiner Betty, I would have zero because she only
audited 1 claim, but for Examiner Johnny I would return 17.
I have appended unique IDs to each of the Examiners in the table in
attempt to use the ID to pull the random amount, but it is not
working. Any more info please let me know.
Thanks in advance.
to audit multiple claims. Over the course of a day, they may audit
more than one claim. For example, for my table, Examiner Betty
audited 1 claim but Examiner Johnny audited 872 claims. For business
reasons, I need to pull randomly 2 percent of each Examiner's claims.
Meaning that for Examiner Betty, I would have zero because she only
audited 1 claim, but for Examiner Johnny I would return 17.
I have appended unique IDs to each of the Examiners in the table in
attempt to use the ID to pull the random amount, but it is not
working. Any more info please let me know.
Thanks in advance.