E
erick-flores
Hello all
I want my report to show the total sum depending in the category. The
categories are Lodging, Meals, Auto, Bus. This is how my report looks
like:
Date Description Category Account # Amount
10/10 test Meals 2343 34.34
10/11 test3 Auto 34343 45.90
10/12 test2 Bus 34343 56.09
10/12 test3 Meals 435 34.00
10/13 test4 Auto 343 10.00
And I want to show the total for EACH category at the end of the
report:
Total Meals: 68.34
Total Auto: 55.90
Total Bus: 56.09
The report is group by ExpenseNumberID
Any ideas? Thank you in advance
I want my report to show the total sum depending in the category. The
categories are Lodging, Meals, Auto, Bus. This is how my report looks
like:
Date Description Category Account # Amount
10/10 test Meals 2343 34.34
10/11 test3 Auto 34343 45.90
10/12 test2 Bus 34343 56.09
10/12 test3 Meals 435 34.00
10/13 test4 Auto 343 10.00
And I want to show the total for EACH category at the end of the
report:
Total Meals: 68.34
Total Auto: 55.90
Total Bus: 56.09
The report is group by ExpenseNumberID
Any ideas? Thank you in advance