R
Rick Deemer
I have run a query that I am making a report from. In that report I need to
group the data by LOCATION, ZIPCODE, and PATIENT NAME so I have setup the
grouping accordingly. I also have setup for totals of the amounts
associated with each record. My problem is that I get the expected totals
broken down by LOCATION, ZIPCODE and PATIENT NAME but what I want to do is
along with this information get a count of the number of patients. Now the
problem is that each of the counts that I have devised only count the number
of record not the distinct number of patients. For instance, I could have
John Smith that received 20 items from us and in the type of count that I am
asking for I shouls only get "1" but what I get is "20" because his name is
listed on all 20 records.
group the data by LOCATION, ZIPCODE, and PATIENT NAME so I have setup the
grouping accordingly. I also have setup for totals of the amounts
associated with each record. My problem is that I get the expected totals
broken down by LOCATION, ZIPCODE and PATIENT NAME but what I want to do is
along with this information get a count of the number of patients. Now the
problem is that each of the counts that I have devised only count the number
of record not the distinct number of patients. For instance, I could have
John Smith that received 20 items from us and in the type of count that I am
asking for I shouls only get "1" but what I get is "20" because his name is
listed on all 20 records.