The DataView is the DataJet equivalent of "Select Field From Table" in SQL.
A DataView is a Dataset Scratch report with a specific default view mode:
Opening the Query Tree shows that all records in the table have been selected:
A DataView can be created via the following methods:
- By dragging a data object from the Project Explorer to the Workspace and choosing DataView
- By Right-Clicking in Database Tree or Database List and choosing "DataView"
- Right-Clicking in Data Audit and choosing "DataView"
See Also: