The following modifications are necessary to match the report to the sketch shown in "Designing the Scheduled Flights Report":
•Add a format that prints null values as blank.
•Group the rows by flight date by adding a breakpoint and placing the FlightDate field.
•Add a field that computes the total revenue for each day.
•Add a field that computes the grand total for the entire report.