sum of values
sum of values
I'm trying to develop a simple expense report form. I have expenses divided into different categories (check, cash, credit, etc). Is there a function to simply sum the expenses for each category and display the total (without having to display all transactions). Basically I'd like to just sum all values that match a particular criteria.
drparu