Report Count

kitty77

Registered User.
Local time
Yesterday, 20:52
Joined
May 27, 2019
Messages
719
I have a report that uses =Count that counts the records. Works fine but how can I make it count this?
I have 7 records but need to count the other three too. Those happen to be on the same record. So, I want it to count those.
So, below should be 10.

Thanks.
1671506825724.png
 
=Count([field1]) + Count([field2])
 
I'm getting an #error?
 
Did you use your field names? The expression works for me.
 
Yes. I see the problem. It works in the detail section but I need it at the end of the report.
 

Users who are viewing this thread

Back
Top Bottom