Calculation in Crosstab Query

B

Bart

I have an output from my crosstab query below

Overall Total Closed Resolved
Beyond 13 12 1
Within 33 31 2

But I want to calculate using below formula
% Beyond = (12+1)/46
% Within = (31+2)/46

should I do the calculation on the report? Or on the query? How Should I do
this?
 
Top