L
Lee
My database has two tables, Top Providers and Claims. The
Top Providers table contains one field, Provider TIN,
while the Claims table contains EE ID and Provider TIN. I
am trying to run a query that will allow me to count the
number of unique occurences for each Provider TIN in the
Claims table by EE ID. I have already done counts that
allow me to count the number of occurences for each
Provider TIN in the Claims table, but now I want to break
it even further to determine how many different EEs
utilized the different Providers. In other words, one
Provider TIN may appear 1000 times in the Claims table,
representing 1000 claims, but these claims were incurred
for only 15 different EE IDs. That's what I'm trying to
get. I've tried selecting Unique Values in the Properties
but that made no difference; I'm still getting the total
count of Providers TINS in the Claims table.
Top Providers table contains one field, Provider TIN,
while the Claims table contains EE ID and Provider TIN. I
am trying to run a query that will allow me to count the
number of unique occurences for each Provider TIN in the
Claims table by EE ID. I have already done counts that
allow me to count the number of occurences for each
Provider TIN in the Claims table, but now I want to break
it even further to determine how many different EEs
utilized the different Providers. In other words, one
Provider TIN may appear 1000 times in the Claims table,
representing 1000 claims, but these claims were incurred
for only 15 different EE IDs. That's what I'm trying to
get. I've tried selecting Unique Values in the Properties
but that made no difference; I'm still getting the total
count of Providers TINS in the Claims table.