Skip to content

9. Display Information — DataGrid (Table)

This is the final step of the DataGrid flow.

Wizard route: /cartography/add/displayinfo

Display Info screen — DataGrid widget

Prerequisite

Steps 1, 2, 3, 7, and 8 of the DataGrid flow must be completed.

08 — Card Design


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_Table
  • Production_Shift_Table
  • Maintenance_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


5. DataGrid Flow Completed

flowchart LR
    A[Compass<br/>Multi-Column Query] --> B[Cartography<br/>DataGrid Widget ✓]
    B --> C[Horizon / Atlas<br/>Dashboard]