Hi
I'm pretty new at using Crystal and am having problems with this report I'm trying to create.
I'm using Crystal 10, connecting to my database using ODCB
The data i have is on two tables: e.g.
Table 1 Table2
Item ItemNo
Act Sales$ Cost1
Fcst Sales$
Act qty
Fcst Qty
I'm linking table 1 and table two by Item -> Item No by outerjoin...
tried it with inner joins but it is spewing out the data twice
I've tried it with a combination of joins and its still spewing out the data twice.
I'm using a cross tab for this...but also did try using a on a drill down...
the only problem is the drill down can't handle how I want the data to look like which is:
Item No Jan 04 Feb 04
3600 Actual Sales
Forecast Sales
Actual Units
Forecast units
Actual Cost
Fcst Cost
4500 Actual Sales
Forecast Sales
Actual Units
Forecast units
Actual Cost
Fcst Cost
etc
Using the cross tab works for the "actuals" but it then screws up the forecast and the cost...it seems to be multiplying the cost by the count (forecast sales)
Sighhhh confusedddddddddd....
I'm pretty new at using Crystal and am having problems with this report I'm trying to create.
I'm using Crystal 10, connecting to my database using ODCB
The data i have is on two tables: e.g.
Table 1 Table2
Item ItemNo
Act Sales$ Cost1
Fcst Sales$
Act qty
Fcst Qty
I'm linking table 1 and table two by Item -> Item No by outerjoin...
tried it with inner joins but it is spewing out the data twice
I've tried it with a combination of joins and its still spewing out the data twice.
I'm using a cross tab for this...but also did try using a on a drill down...
the only problem is the drill down can't handle how I want the data to look like which is:
Item No Jan 04 Feb 04
3600 Actual Sales
Forecast Sales
Actual Units
Forecast units
Actual Cost
Fcst Cost
4500 Actual Sales
Forecast Sales
Actual Units
Forecast units
Actual Cost
Fcst Cost
etc
Using the cross tab works for the "actuals" but it then screws up the forecast and the cost...it seems to be multiplying the cost by the count (forecast sales)
Sighhhh confusedddddddddd....