I have two tables called summary and turnover which has a many to one relationship.
The joins are based on region, contract, period and year.
In my report I have grouped by region and contract.
I am summing some fields and displaying them in the GF and RF of the report page.
My problem is I need to show another column from my turnover table to display the quarterturnover for region and contract for the period and year queried but since there is a many to one join, it seems to sum up the quarterturnover which is wrong.
I am thinking of removing the joins from the database links dialog and doing it separately in a formula but I dont know how!!!
Any help would be much appreciated!!
The joins are based on region, contract, period and year.
In my report I have grouped by region and contract.
I am summing some fields and displaying them in the GF and RF of the report page.
My problem is I need to show another column from my turnover table to display the quarterturnover for region and contract for the period and year queried but since there is a many to one join, it seems to sum up the quarterturnover which is wrong.
I am thinking of removing the joins from the database links dialog and doing it separately in a formula but I dont know how!!!
Any help would be much appreciated!!