I need to calculate percentages for rolled-up data. So I want to make sure it sums the numerator and denominator separately before performing the division. If I do this as a variable will it work or will it perform the division on each record and then sum the result (which would give an incorrect answer)? Is it different if I do it in the report itself?