Being new to Crystal Reports I am trying to understand what was just said:
If I want a total count of records instead of any details contained in the records themselves, which formula would I use? For clarification, I have 13,0000 records that contain information by region and status. I want the records sorted by region and then sorted by the status and just a count by status--something like--
You would group on region, and then group on status. Then use a recurrent field that represents the level you want to count. Since you have indicated that there are details within "Records" that you don't want to count, you could pick the field that is unique to your "record", e.g., {table.recordID}, and then right click on it, and insert a summary (distinctcount) at all group levels. The word "record" is used generally to mean a detail record, so you might want to be cautious about using this term if this is not what you mean.
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.