I have a report with date based bands where I Sum each column and row.
The cell I am having the problem with is the bottom right hand cell that should contain either the Sum of the Row totals or the Sum of the Band totals.
If I put any sort of statement like SUM COL1 + SUM COL2 + SUM COL3
or SUM COL1 + COL2 + COL3 then the "Evaluation Details" button is greyed out in the Properties for that Field. This means I cant control how the field is calculated over the whole report, Page or Band etc
I have tried various ways of SUMing BO attribs with the same result.
Is there a way I can reference the calculated fields in the report itself?
ie a SUM of the Summed fields?
John