The Analytics screen provides an organization-wide summary of form submission data and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fw/analytics.
Overview
This page displays aggregated submission analytics for the current organization over a configurable date range (defaulting to the last 30 days). It renders summary stat cards (loaded viauseFormAnalyticsSummary) alongside a submission trend chart and two tables: top forms by submission volume and top forms by completion rate. Clicking a form row navigates to the per-form detail at /fw/analytics/:formId.
Who it’s for
No explicit permission gate on this route.Before you start
- Access
/fw/analyticsdirectly or from the Forms & Workflow dashboard. - Adjust the start and end date inputs to change the analytics window.
Steps
Open Analytics
Navigate to
/fw/analytics. Summary cards and the trend chart load for the default 30-day window.Review top forms
Inspect the two tables — top forms by volume (total submissions) and top forms by completion rate.
Key concepts
- Completion rate — percentage of started submissions that were completed; shown as a badge (green above 70 %).
- Submission trend chart — rendered by
SubmissionTrendChartcomponent; time-series data fromuseFormCompletionMetrics.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fw.tsx
- src/cores/fw/pages/FormAnalyticsPage.tsx
- src/platform/permissions/constants.ts