Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Previous Row Calculations

edited October 2005 in General
RB 7.04 Server / Delphi 6 SP2

I'm stumped trying to calculate a MPG in a RB Report. In Delphi I used a
secondary data set to pull values out of the previous row to do the
calculation. is this possible in RBServer using RAP? Can I store the values
in "hidden" variables somehow and reference them in a formula?

Any help will be greatly appreciated!


MPG = (current row mileage -
previous row mileage) /
Current row Amount of Fuel

Comments

This discussion has been closed.