9. Display Information — DataGrid (Table)
This is the final step of the DataGrid flow.
Wizard route: /cartography/add/displayinfo
1. Form Fields
| Field | Required | Description | DataGrid Example |
|---|---|---|---|
| Name | Yes | Widget name | Active Alarm List |
| Description | No | Description | Active alarms for the last 24 hours (Table) |
| Tags | No | Tags | table, alarm, list, production |
| Target Folder | Yes | Folder | CARTOGRAPHY/Facility1/Lists |
DataGrid Naming
Use the <topic>_<period>_Table format:
Alarm_Active_TableProduction_Shift_TableMaintenance_History_Table
2. Folder Selection
CARTOGRAPHY/
├── Facility 1/
│ ├── Lists/ # All DataGrid widgets
│ ├── Alarm Lists/ # Alarm Tables
│ └── Maintenance Records/ # Maintenance history tables
└── General/
└── Reports/
3. Saving
When you click the Save button at the top right, the widget is written to the database and you are returned to the /cartography/list route.
Success
If saving succeeds, you see your DataGrid widget in the Cartography list.
Save Error
- Backend access error → Contact your system administrator
- A widget with the same name already exists → Change the name
- Unauthorized user → Check your login status
4. Next Steps
- Place on a dashboard: → Horizon
- Edit: → Cartography — Edit
- Management/Move: → Cartography — Management/Move
5. DataGrid Flow Completed
flowchart LR
A[Compass<br/>Multi-Column Query] --> B[Cartography<br/>DataGrid Widget ✓]
B --> C[Horizon / Atlas<br/>Dashboard]
