Previous Topic: How to Combine Data From More Than One TableNext Topic: Step 1— Select the type of table


Creating your report

In this example, you create a report from two tables using the following steps:

  1. Decide what kind of table you want to report on, a ASF table or an SQL table.
  2. Choose two tables.
  3. Specify selection criteria that select which rows of data are retrieved for your report.
  4. Project which columns you want to appear in your report.
  5. Specify join criteria that relate the two tables based on a common column.
  6. Retrieve the data for your report.
  7. Display your report.