Hello,
I have a tblProjects where each Project# is entered once. I also have a tblProjectBusinessTypes where Project# is entered multiple times with different BusinessType i.e.
Consulting, Product Demos, or Training and etc. I am using CR 10 and on the report, under the detail section, it will display Project# multiple times. For example, 1 is for Product Demos and the other would be for Training.
I grouped the report by Project# and placed a formula for Product Demos something like If BusinessType = "Product Demos" Then {tblProjectBusinessTypes.CompletedDate}. Another formulas is If BusinessType = "Training" Then {tblProjectBusinessTypes.CompletedDate}. Since I grouped the report by Project#, it only show me one {tblProjectBusinessTypes.CompletedDate} either for Product Demos or Training. Is there a way I can do where it would show {tblProjectBusinessTypes.CompletedDate} for each BusinessType?
CustName Proj# RecDate Demo Completed Training Date
Thomson West 9447SC 03/02/2007 03/11/2007
If it would show correctly, I should have a Complete Date for Training as well.
I tried to do an sql expression; however, I got an error because of multiple complete date.
Thanks so much for your help in advance
I have a tblProjects where each Project# is entered once. I also have a tblProjectBusinessTypes where Project# is entered multiple times with different BusinessType i.e.
Consulting, Product Demos, or Training and etc. I am using CR 10 and on the report, under the detail section, it will display Project# multiple times. For example, 1 is for Product Demos and the other would be for Training.
I grouped the report by Project# and placed a formula for Product Demos something like If BusinessType = "Product Demos" Then {tblProjectBusinessTypes.CompletedDate}. Another formulas is If BusinessType = "Training" Then {tblProjectBusinessTypes.CompletedDate}. Since I grouped the report by Project#, it only show me one {tblProjectBusinessTypes.CompletedDate} either for Product Demos or Training. Is there a way I can do where it would show {tblProjectBusinessTypes.CompletedDate} for each BusinessType?
CustName Proj# RecDate Demo Completed Training Date
Thomson West 9447SC 03/02/2007 03/11/2007
If it would show correctly, I should have a Complete Date for Training as well.
I tried to do an sql expression; however, I got an error because of multiple complete date.
Thanks so much for your help in advance