You don't need to write a formula. Place the {service_call.service_call_id} in the detail section and then right click on it->insert summary->distinctcount.
I posted at the same time as your second message. If not every system_id has a service_call_id, then you need a left-outer link between the two, which should allow system_id records to be shown on their own. Note that the service_call_id fields will be null in these cases, and that Crystal formulas stop when they hit a null, unless an isnull({your.field}) test is done first.
I can't follow what your issue is. A distinctcount IS one number. Please provide some sample data and also show a sample of the results you are trying to achieve.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.