Hi,
I am using V10. Under tblProjects, I have
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
This same Project would show multiple times under the tblProjectBusinessType since it has different BusinessTypes (Development, Installtion, and Testing).
I group my report by BusinessTypes. Therefore, the report would show something like this:
Development
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
Installtion
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
Testing
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
My PrintVolumn for this project now is 60,000 instead of the original 20,000. Is there a way I can do to have it show PrintVolumn as 20,000 for the first BusinessType. In this case, it would print:
Development
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
Installtion
CustomerName ProjectNum PrintVolumn
ABC 123AC
Testing
CustomerName ProjectNum PrintVolumn
ABC 123AC
Thanks so much!
I am using V10. Under tblProjects, I have
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
This same Project would show multiple times under the tblProjectBusinessType since it has different BusinessTypes (Development, Installtion, and Testing).
I group my report by BusinessTypes. Therefore, the report would show something like this:
Development
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
Installtion
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
Testing
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
My PrintVolumn for this project now is 60,000 instead of the original 20,000. Is there a way I can do to have it show PrintVolumn as 20,000 for the first BusinessType. In this case, it would print:
Development
CustomerName ProjectNum PrintVolumn
ABC 123AC 20,000
Installtion
CustomerName ProjectNum PrintVolumn
ABC 123AC
Testing
CustomerName ProjectNum PrintVolumn
ABC 123AC
Thanks so much!