scottaherbst
Technical User
Hi, I'm working with CR 10 on an SQL server database. I have generated a report that has four items in the details section: CustomerID, Service Type, Start Date, End Date. For some records there is no end date as services are ongoing. What I would like to do, is to have a summary field in a group that counts the number of closed services (whereever an end-date shows up). I tried to use a summary field and count, but it counts instances where there is no date. How do I write a formula or a custom summary that will only count when there is an occurence of a date? Thanks.