Total counting records

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Rick_W_Johnson_(Guest)
Posts: 22
Joined: Tue Oct 10, 2017 12:44 pm

Total counting records

Post by Rick_W_Johnson_(Guest) » Wed Oct 13, 2004 1:50 pm

Is there a way to count records, but only if the value is not 0.____For example. sorting by Date, I have values from a record.____10/01/04 has three records with values of 0, 25, and 56. I would want this days count to be 2__10/02/04 has 4 records with values of 0, 24, 0, 0. I would want this days count to be 1. __ __ __I know someone knows how to do this, so I thank you in advance.__Rick Johnson____Ver10.1

Randall_Warden_(Guest)
Posts: 22
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Total counting records

Post by Randall_Warden_(Guest) » Wed Oct 13, 2004 2:58 pm

Use a condition in your total field where it has to be greater than zero (e.g. FIELD > 0).

Rick_W_Johnson_(Guest)
Posts: 22
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Total counting records

Post by Rick_W_Johnson_(Guest) » Wed Oct 13, 2004 3:22 pm

Thank You. I have done thousands of totals in my day, but never once had I seen that condition field in the total creation dialogue. It works perfecto........__Rick Johnson

Post Reply