I'm using Crystal Reports IX.
I've done lots of grouping and summaries to count the records present. Displaying the users that don't do much work, that have no records to be counted is where I'm failing.
I forgot to mention I have attempted to follow other posts that detail using the following two formulas:
@NullTestIf IsNull({Customer}) then 1 else 0
@DistinctCountIf Sum({@NullTest}) >0 then DistinctCount({Customer})-1 elseDistinctCount({Customer})
When I save the @DistinctCount formula I...
thread767-805592
I want to count for each user tickets/records entered. I need the report to also show those users that did not issue any tickets in the period so the count or distinct count would be 0 or a Null value.
How do I get Crystal to return a value of 0 where no records exist to be...
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.