Goalie3533
Programmer
I have a report that lists all of the payments by all of our clients. If the payment is a positive amount, it means the company paid it's bill and everything's fine. If the payment is a negative number however, it means the check bounced.
Now my company wants to see the total dollar amount of all the bounced checks for each client. I know how to create a simple running total but not one that filters out only the negative amounts and displays them on the screen.
How can I go about doing this?
Thanks in advance.
-Goalie35
Now my company wants to see the total dollar amount of all the bounced checks for each client. I know how to create a simple running total but not one that filters out only the negative amounts and displays them on the screen.
How can I go about doing this?
Thanks in advance.
-Goalie35