/hr/analytics.
Overview
WorkforceAnalyticsHubPage uses useTabUrlState to persist the active tab in the URL query string (?tab=...). Valid tabs: dashboard (default), trends, retention-risk, costs, reports. Each tab lazily loads its sub-page:
dashboard→WorkforceAnalyticsDashboardPagetrends→TrendAnalysisPageretention-risk→RetentionRiskPagecosts→WorkforceCostPagereports→WorkforceReportBuilderPage
/hr/analytics/trends, /hr/analytics/retention-risk, /hr/analytics/costs, and /hr/analytics/reports redirect to the hub with the corresponding ?tab= parameter.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- Workforce data (employees, timesheets, turnover records) must exist for analytics to populate meaningfully.
Steps
- Navigate to HR > Analytics or go to
/hr/analytics. - Select a tab to view the corresponding analytics section:
- Dashboard — overview metrics
- Trends — historical workforce trend analysis
- Retention Risk — employees at risk of attrition
- Cost Analysis — workforce cost breakdown
- Reports — report builder
Key concepts
Related
Human Resources
Human Resources core overview.
Governance & parity
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/hr/oversight-analytics-succession-routes.tsx
- src/cores/hr/analytics/pages/WorkforceAnalyticsHubPage.tsx