I am running Crystal 8.5 against an Access DB.
I have two tables joined by Company ID
Project Table
ProjectID
CompanyID
Amount
Certification Table
CompanyID
ClassType (values A, B, or C)
My report is summarizing each ClassType
ProjectID ClassTypeA ClassTypeB ClassTypeC
1 $100.00 $500.00
2 $50.00 $0.00
3 $0.00 $350.00
I am using Running total fields to SUM my ClassType columns and only displaying the GF in the above referenced report.
My problem is I want ClassTypeB to display the $0.00 even though it didn’t have anything to SUM.
Any suggestions?
Thanks in advance,
Tim
I have two tables joined by Company ID
Project Table
ProjectID
CompanyID
Amount
Certification Table
CompanyID
ClassType (values A, B, or C)
My report is summarizing each ClassType
ProjectID ClassTypeA ClassTypeB ClassTypeC
1 $100.00 $500.00
2 $50.00 $0.00
3 $0.00 $350.00
I am using Running total fields to SUM my ClassType columns and only displaying the GF in the above referenced report.
My problem is I want ClassTypeB to display the $0.00 even though it didn’t have anything to SUM.
Any suggestions?
Thanks in advance,
Tim