I am running Crystal Reports XI on Windows XP Pro against an Access database.
I have a report that involves for tables: Commodity, CashContracts, HedgedContracts, and ReOwnedContracts. Each of the contracts table is linked to the Commodity table via Commodity.CommYearID. Also in each Contract table there is a field called "PercentSold" (per contract).
I am trying to create a report that will display the total percent sold for each of the 3 contract types per commodity.
In the past I would have always used subreports to accomplish this, but this time I would like to try using Variables or some other method so that I can do the totals without subreports. Is this possible and can anyone give me points on how to go about it?
My problem is I always end up with totals that are too high because of duplicating rows (which is why I used subreports in the past).
I have a report that involves for tables: Commodity, CashContracts, HedgedContracts, and ReOwnedContracts. Each of the contracts table is linked to the Commodity table via Commodity.CommYearID. Also in each Contract table there is a field called "PercentSold" (per contract).
I am trying to create a report that will display the total percent sold for each of the 3 contract types per commodity.
In the past I would have always used subreports to accomplish this, but this time I would like to try using Variables or some other method so that I can do the totals without subreports. Is this possible and can anyone give me points on how to go about it?
My problem is I always end up with totals that are too high because of duplicating rows (which is why I used subreports in the past).