CharleyBrown
Technical User
I am trying to create a Profit & Loss Report with 3 columns of Info: This Year Actual, This Year Budget, and Last Year Actual. The info is held in 2 separate tables, Actual and Budget, which have the same table structure and field names. I have linked the tables at every field except the Amount field.
I have developed the report using a lot of grouping and suppressing by formulas referring to fields in the Actual table. The report works well with the Actual data but as soon as I put in any fields in the Budget column referring to the Budget table, the whole report goes haywire and produces totally wrong figures, even in the Actual columns.
Can I unite the two tables into one using Crystal or does this have to be done using a stored procedure on the database? Do I have to use variables in the grouping formulae? Any other ideas?
TIA
I have developed the report using a lot of grouping and suppressing by formulas referring to fields in the Actual table. The report works well with the Actual data but as soon as I put in any fields in the Budget column referring to the Budget table, the whole report goes haywire and produces totally wrong figures, even in the Actual columns.
Can I unite the two tables into one using Crystal or does this have to be done using a stored procedure on the database? Do I have to use variables in the grouping formulae? Any other ideas?
TIA