Initial dataset setup
- Last Updated: August 12, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The main steps for defining a dataset and mapping to data-sources are:
- Define a temp-table for each table you want to use in the dataset.
- Define the dataset by specifying the temp-tables and their relationships (if any).
- Identify, define, and attach the data-sources that are used to populate the dataset.