Analysis
Purpose
Analysis contains tools for visualising data, running custom ECSQL or analytics queries, and exploring trends across snapshots.
Sections
- Visualisation panels: configurable charts and maps
- Query console: run ECSQL queries (client-side validation helps ensure safe SELECT-only queries)
- Export: export snapshots or query results for offline analysis
Typical workflow
- Select the dataset or card to analyse.
- Use the query console for custom ECSQL queries; the app validates queries to ensure they are SELECT-only and have the expected aliases.
- Create visualisations from query outputs and save as cards.
Placeholder screenshots:

Notes
- For long-running or heavy queries, prefer server-side processing or batch operations.