|
Reports that
display a list of customers' names, billing addresses and phone numbers.
(This is a simple report that only uses one type
of detail (customer) and displays only a few details). |
Remove the product number field from the
sales report (removing information from reports is normally
easy work). |
Create a new report that displays the
total value of orders from each state the customer placed the
order. (This report uses two types of detail (customer &
orders) and displays a few details). |
Create a new report to display the average
number of days it takes for an order to be shipped to each
customer. (This is a more complex report that only uses two
types of detail (customer & orders) and displays only a few
details but it requires some more complex calculations). |