About the Interface
By default, the datasets that you created are shown in the Diagram View as separate objects.
The dataset structure builder has these views:
-
Diagram - The Diagram view displays datasets and enables graphically creating links and filters, adding elements based on expressions, adding aggregate functions and global-level functions, editing element properties, and deleting elements. The Diagram view is typically the view you use to build your data structure.
-
Structure - The Structure view has two modes:
Table View and Output
The table view displays element properties in a table and enables updating XML element alias names, presentation names of the elements, sorting, null values, and reset options. The image below shows the structure Table View.
The Output view provides a clear view of the XML structure that is generated. The Output view cannot be updated. The figure shows the Output view.
- Data - The Data view displays the following options to view the output and test your data model.
- View - Click View to display the XML that is returned by the data model. Select the default display option, Tree View to view the sample data in a data hierarchy. Select Table View to view the sample data in a formatted table similar to what you see in the reports.
- Export - After the data model has successfully run, click Export to open or save the file to a local directory.
- Save as Sample Data - After the data model has successfully run, click Save as Sample Data to save the sample data to the data model.
- View Engine Log - Click View Engine Log to view the data engine log file.
- Generate SQL Monitor Report - Click Generate SQL Monitor Report to generate the Explain plan for the data model and the data.
-
Code - The Code view displays the data structure code created by the data structure builder that is read by the data engine. You can update the content in code view. The figure shows the code view.