I want to be able to count on a list of true or false answers but only the true's. I ahve tried various formulae but either get all counted or none at all. Any ideas please.
Try creating a formula to evaluate your field at the detail level.
*************************************
@Evaluate
if {table.field} then //if True
1
else //if False
0
*************************************
Place the formula in you detail section and then suppress it.
Insert a Summary based upon this field at whatever level you require. Make sure that the summary type is SUM.
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.