I have a report that displays trip summary information based on a user input date range. In the report detail I display information for each stop on the trip. At each stop on the trip I have an odometer reading. There can be several trips on one report.
I want to display the number of miles between each stop.
I am having problems setting a field equal to the current odometer minus the previous odometer.
I want to display the number of miles between each stop.
I am having problems setting a field equal to the current odometer minus the previous odometer.