/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
Access follows your organization’s role and module configuration. ## 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
1
Open Analytics
Navigate to
/fw/analytics. Summary cards and the trend chart load for the default 30-day window.2
Adjust date range
Update the Start Date and End Date fields to narrow or widen the analysis period.
3
Review top forms
Inspect the two tables — top forms by volume (total submissions) and top forms by completion rate.
4
Drill into a form
Click a row to open the form’s detail analytics at
/fw/analytics/:formId.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