Do fields used in a calculation also have to be displayed? I am using several fields from the Part Cost table to come up with a total cost, however, I really do not want to display them in the BAQ. Never had to in the past… so I am wondering if there is an additional step that needs to be done. I keep getting the following when I analyze the query:
Column ‘Erp.JobAsmbl.LLALaborCost’ is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Column ‘Erp.JobAsmbl.LLABurdenCost’ is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Column ‘Erp.JobAsmbl.LLAMaterialCost’ is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Column ‘Erp.JobAsmbl.LLASubcontractCost’ is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Column ‘Erp.JobAsmbl.LLAMtlBurCost’ is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Any suggestions?
Thank you
Carol