S
Simon Jester
I am having a lot of trouble figuring this out, I am embarassed to
say, and was hoping one of you kind folks could steer me in the right
direction.
I have a table with the following fields: CustomerID (a unique
number), ServiceID(a unique Number for each service delivered),
ServiceTypeID (A unique ID number assigned to each service),
ServiceName, and ServiceDate. Every time a customer receives one of
several services it is recorded in the table. A customer can receive
any of the services numerous times or not at all.
What I can't figure out how to do is to come up with a distinct count
of customers for each service. For example, how many distinct
customers received ServicetTypeIDs 100, 110, & 120? When I try I keep
coming up with results that count each customer every time they
receive a service. I am stymied as to how to do this and if anyone
can give me any direction, I would be forever grateful.
Thanks much!
SJ
say, and was hoping one of you kind folks could steer me in the right
direction.
I have a table with the following fields: CustomerID (a unique
number), ServiceID(a unique Number for each service delivered),
ServiceTypeID (A unique ID number assigned to each service),
ServiceName, and ServiceDate. Every time a customer receives one of
several services it is recorded in the table. A customer can receive
any of the services numerous times or not at all.
What I can't figure out how to do is to come up with a distinct count
of customers for each service. For example, how many distinct
customers received ServicetTypeIDs 100, 110, & 120? When I try I keep
coming up with results that count each customer every time they
receive a service. I am stymied as to how to do this and if anyone
can give me any direction, I would be forever grateful.
Thanks much!
SJ