P
PanoramaB
I've developed a report with a variety of calculated columns. The last
column (total)is the sum of a column that had a value and another column that
contains a calculated value. The last column (total) contains the correct
calculated value. I want to sum the last column (total) to show the grand
total of all values in this column at the bottom of the page. My data looks
like this:
Grand Prop Rev Per Total
$2,500 $1,000 $3,500 (=(grnd prop+rev per))
$1,000 $3,000 $4,000
grand total $7,500 (this is what I want to
see)
I already have a grouping and totals for the columns that contained values
(not calculated values). I have tried adding an unbound box in the Report
Footer and creating an expression (=sum(total)) but it won't total create the
grand total at the bottom of the report. Any ideas?
column (total)is the sum of a column that had a value and another column that
contains a calculated value. The last column (total) contains the correct
calculated value. I want to sum the last column (total) to show the grand
total of all values in this column at the bottom of the page. My data looks
like this:
Grand Prop Rev Per Total
$2,500 $1,000 $3,500 (=(grnd prop+rev per))
$1,000 $3,000 $4,000
grand total $7,500 (this is what I want to
see)
I already have a grouping and totals for the columns that contained values
(not calculated values). I have tried adding an unbound box in the Report
Footer and creating an expression (=sum(total)) but it won't total create the
grand total at the bottom of the report. Any ideas?