I am new to reports and am having a problem.
I have billing numbers being listed that are associated with project names. To make the report readable and accurate I am hiding duplicates for the billing numbers. Below is an example of what I am doing.
Project Billing $ Delivery Name
A 20000.00 Chicago
(hidden $ here)New York
B 30000.00 Memphis
C 2000.00 Detroit
=Sum([BillingAmount])
I may have a few parts for each project but there is only one billing amount per project.
The sum is addidng everything (including the hidden value). Is there a way to only sum what is visible?
Any tip or help is greatly appreciated.
Thanks in advance!
Fletch
I have billing numbers being listed that are associated with project names. To make the report readable and accurate I am hiding duplicates for the billing numbers. Below is an example of what I am doing.
Project Billing $ Delivery Name
A 20000.00 Chicago
(hidden $ here)New York
B 30000.00 Memphis
C 2000.00 Detroit
=Sum([BillingAmount])
I may have a few parts for each project but there is only one billing amount per project.
The sum is addidng everything (including the hidden value). Is there a way to only sum what is visible?
Any tip or help is greatly appreciated.
Thanks in advance!
Fletch