9. Display Information — Range Column
This is the final step of the Range Column flow.
Wizard route: /cartography/add/displayinfo
1. Form Fields
| Field | Required | Description | Range Column Example |
|---|---|---|---|
| Name | Yes | Widget name | Daily Min/Max Temperature Band |
| Description | No | Description | Shift-based temperature min/max range for the last 7 days |
| Tags | No | Tags | range, min-max, temperature, shift |
| Target Folder | Yes | Folder | CARTOGRAPHY/Facility1/Temperature |
Range Column Naming
Use the <metric>_<range>_RangeColumn format:
Temperature_DailyMinMax_RangeColumnPressure_ShiftRange_RangeColumnStock_LowHigh_RangeColumn(financial)
2. Folder Selection
CARTOGRAPHY/
├── Facility 1/
│ ├── Temperature/ # Range Column min/max bands
│ ├── Pressure/
│ └── Tolerance/ # Device tolerance ranges
└── General/
└── Range Analysis/
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 Range Column 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. Range Column Flow Completed
flowchart LR
A[Compass<br/>Low/High Query] --> B[Cartography<br/>Range Column Widget ✓]
B --> C[Horizon / Atlas<br/>Dashboard]
