I'd have a field in a database that will only have YES or NO values in it (it is not a checkbox). I'd like include a total count of the YES values in a report I've developed. I've tried both the COUNT and SUM operfators (?) but to no avail, I guess they only work with numeric fields.
What else can I do?
What else can I do?