Please enable JavaScript to view this site.

R:BASE 11 Beginners Tutorial

Navigation: Lesson 5 - Report Output

Modifying the Scheduled Flights Report

Scroll Prev Top Next More

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.