9. Display Information — Waterfall
This is the final step of the Waterfall flow.
Wizard route: /cartography/add/displayinfo
1. Form Fields
| Field | Required | Description | Waterfall Example |
|---|---|---|---|
| Name | Yes | Widget name | Q1-Q2 P&L Flow |
| Description | No | Description | Quarterly profit/loss components and net impact |
| Tags | No | Tags | waterfall, pnl, delta, q1, q2 |
| Target Folder | Yes | Folder | CARTOGRAPHY/Finance/P&L |
Waterfall Naming
Use the <topic>_<period>_Waterfall format:
PnL_Q1Q2_WaterfallOEE_LossDistribution_WaterfallBudget_Monthly_Waterfall
2. Folder Selection
CARTOGRAPHY/
├── Finance/
│ └── P&L/ # Waterfall — profit/loss
├── Production/
│ └── OEE Loss Analysis/ # Waterfall — loss distribution
└── Budget/
└── Monthly Flow/ # Waterfall — budget changes
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 Waterfall 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. Waterfall Flow Completed
flowchart LR
A[Compass<br/>Delta Query] --> B[Cartography<br/>Waterfall Widget ✓]
B --> C[Horizon / Atlas<br/>Dashboard]
