pbuethe
Returning User
- Local time
- Today, 04:50
- Joined
- Apr 9, 2002
- Messages
- 210
I have a query that is as follows (all data is from one table):
Claims ID - Count
Provider Nbr - Group By
Provider Name - Group By - Ascending
Patient Nbr - Group By - Ascending
This will give me the number of claims for each patient number for each provider. I need to get a listing by the number of patients that have each number of claims. i.e.
how many patients (by patient number) have 10 claims, etc.
ultimately I need to have a report on the number of patients per provider with more than 7 claims.
Thanks for your help.
Claims ID - Count
Provider Nbr - Group By
Provider Name - Group By - Ascending
Patient Nbr - Group By - Ascending
This will give me the number of claims for each patient number for each provider. I need to get a listing by the number of patients that have each number of claims. i.e.
how many patients (by patient number) have 10 claims, etc.
ultimately I need to have a report on the number of patients per provider with more than 7 claims.
Thanks for your help.