kermitforney
Technical User
Having trouble pulling info out of a database via report.
Need to pull only records that are not equal to 0 and then need to count the records.
So first return the ones that are not "0"
Then count the records not sum the records.
So if there are 4 returned records (4, 15, 6, and 8) then
the answer would be 4. Because I want the number of records not the sum of the values.
I just can't get it right though.
Need to pull only records that are not equal to 0 and then need to count the records.
So first return the ones that are not "0"
Then count the records not sum the records.
So if there are 4 returned records (4, 15, 6, and 8) then
the answer would be 4. Because I want the number of records not the sum of the values.
I just can't get it right though.