Initial dataset setup
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.