I have a report that shows the cost of service manufacturers used, equipment type serviced, and the service request id. I would like to get a count of manufacturers in the report.
The ServiceTable is joined to the ServiceCostTable and they are setup by a one to many relationship therefore there is duplication in my report so I can't use the normal count method. When I try distinct count on the manf. field, it returns 1 for each manufacturer, which is wrong.
I've been racking my brain trying to figure out a way to make crystal give me a count of manf. based on unique service request ids. For example, if there are three rows for service request id 3340, it should only return 1 for a
count on that manf.
I'm trying to make a chart out of this count.
Thanks!
The ServiceTable is joined to the ServiceCostTable and they are setup by a one to many relationship therefore there is duplication in my report so I can't use the normal count method. When I try distinct count on the manf. field, it returns 1 for each manufacturer, which is wrong.
I've been racking my brain trying to figure out a way to make crystal give me a count of manf. based on unique service request ids. For example, if there are three rows for service request id 3340, it should only return 1 for a
count on that manf.
I'm trying to make a chart out of this count.
Thanks!