At the top right of the Report Designer, there are three tabs: Data, Design and Preview. First you must assign a dataset to the report.
| 2. | A dataset can be one data table or more than one data table joined together. You can assign more than one dataset to a report. For the purposes of this example, however, we will only choose one table for the dataset and assign only one dataset to the report. |
| 3. | The Data tab will be completely blank at first. Select File | New in the upper left corner. |
| 4. | In the New Items box, select Query Wizard and click OK. |

| 5. | In the Query Wizard, all of EventPro Planner’s data is already arranged in the Available Tables. Click the table you want to use and click the > button to move it to Selected Tables. In this example, we want to create a list of users. Therefore, select Setupuser and click the > button. Click Next. |

| 6. | You will now select the Fields you want available for the report. For this example, select the radio button next to All Fields and click Next. This means that all of the fields from the table will be available for use in the report, although you do not necessarily have to use them all. |
| 7. | At the next step of the Query Wizard, you can add Calculated Fields. For the purpose of this example, we will not review calculations. Select the radio button next to No Calculations and click Next. |
| 8. | You can Group rows together based on common field values. Again, for the purpose of this simple report example, we will not review grouping. Select the radio button next to No Grouping and click Next. |
| 9. | In the next screen, you can Limit the Rows returned in the report. For this report example, we will not limit the rows. Select the radio button next to All Rows and click Next. |
| 10. | Choose how you want to Order the Rows. For this example, we will simply use the Natural Order. Click Next. |
| 11. | You are now finished defining the query. You can enter a Name for the query. For this example, we will leave the name as Setupuser. You can also leave the radio button next to Return to Data Workspace selected. |
| 13. | The dataset appears in the Data tab. |

| 14. | At the top of dataset, there is a row of Icons representing Preview, Tables, Fields, Calcs, Groups, Search, Sort, Link and SQL. If you click the icon for Tables, Fields, Calcs, Groups, Search, Sort or SQL, the Query Designer opens. Note that each tab in the Query Designer corresponds with one of the icons. We will not review the various functions of the Query Designer for the purposes of this simple report. |
| 15. | To remove a dataset from the Data tab, right-click anywhere in the dataset and select Delete. |
|