Add a Data Set
The steps for adding a data set differ depending on the version you have installed. Select the version you are on below to complete the task:

A dataset fetches data from the data source to display in a report. The DataSet panel is where you provide a command type and query string and choose other options for your dataset. Common Values can also be used and are generic report fields that can be added to a report.
- Open the Report Designer.
- Click the Data tab.
- Click Add Data Set.
- Enter the Name of the data set. Data set names cannot have spaces.
- Select Command Type. The default is Text.
- Enter a query to gather the desired fields from the desired database tables. These are the fields that are used to create reports.
TIP: To add an entire table to a report, enter the following in the Query field: Select * from table.
- Click Validate.
- Click OK.
The fields appear in the Data Sets panel on the right side. Now these fields can be dragged and dropped in to a report.

A data set fetches data from the data source to display in a report. The DataSet panel is where you provide a command type and query string and choose other options for your data set. Common Values can also be used and are generic report fields that can be added to a report.
- Open the Report Designer.
- Click the Data tab.
- Click Add in the Data Sets section.
- Double-click the DefaultDataSet.
It appears under the Data Sets section.
- Click Edit Data Set.
- Edit the Name of the data set. Data set names cannot have spaces.
- Select Command Type. The default is Text.
- Enter a query to gather the desired fields from the desired database tables. These are the fields that are used to create reports.
TIP: To add an entire table to a report, enter the following in the Query field: Select * from table.
If a custom data source was added to pull in attachments, enter something similar in the Query field to connect to the files wanted:
- Attachments: attachment:<folder>/<filename>.png
IMPORTANT: To pull in the attachments, the Attachment Root Directory preference in Admin should be edited to include /data/attachments/ in the path. See Configure Domain Preferences in the Admin 3.6 Guide for more information.
- Click Validate.
NOTE: If you are an Oracle client and validate doesn't work, remove the ending semicolon and click Validate again.
- Click OK.
The fields appear in the Data Sets panel on the right side. Now these fields can be dragged and dropped in to a report.