Prototype - this feature is being actively developed
The Data Table Viewer allows results from completed modelling calculations to be viewed and interacted with.
Supported Model Types
Models are generated by the following processes:
- Segment Correlation (AnalyseSegments method)
- CreateSegmentModel
- Overlap Analysis (Overlap method)
- Profile (GenProfile method)
- Index Profile (IProfile method)
- Query Matrix
- Venn
- {...}
Adding a model to the viewer
Models can be added to the viewer either in script or from a specified report.
Script
To add a model to the available model list, add "saveAs" to the method:
"saveAs": "modelOutputName"
Report
To add a model to the available model list from a report, open the export menu and select Save Model.
Hot Models
Some models in the Data Model Viewer are classed as "Hot Models" - this is because each cell in the data model represents an underlying record set which can be extracted directly from the model viewer and used as a standard Dataset in further analysis. Hot Models are currently implemented for:
- Segment Correlation
- {}
Additional Features
Export
Models can be exported FROM the Data Table Viewer TO:
- Table
- Excel
- Parquet
Model Management
- To delete a model:
- select it in the model selector and then select the delete icon.
- use DropDataTableModel
- Click Refresh icon to refresh model selector list with recently created models.
Copy & Paste
The model grid supports copy & paste. Select the desired cells and use ctrl C to copy to clipboard.