O
onmars
I am trying to total percents in a report.
I have an underlying table with the fields [CurrentRent] and
[IncreaseAmount]. In a report query I have created the expression field
NewRent[CurrentRent]+[IncreaseAmount]) and the expression field
Percent: ([NewRent]-[CurrentRent])/([CurrentRent])/1.
In the detail section of the report the Percent field calculates
correctly. But, when I sum the Percent field =Sum([Percent]) in the
report footer, the total is incorrect.
I believe that I need to make a totals query to add to my report query
to get the correct percent total in the footer, but I can't seem to
quite figure out what fields belong in the totals query and or get
summed in the report query.
Thanks.
I have an underlying table with the fields [CurrentRent] and
[IncreaseAmount]. In a report query I have created the expression field
NewRent[CurrentRent]+[IncreaseAmount]) and the expression field
Percent: ([NewRent]-[CurrentRent])/([CurrentRent])/1.
In the detail section of the report the Percent field calculates
correctly. But, when I sum the Percent field =Sum([Percent]) in the
report footer, the total is incorrect.
I believe that I need to make a totals query to add to my report query
to get the correct percent total in the footer, but I can't seem to
quite figure out what fields belong in the totals query and or get
summed in the report query.
Thanks.