C-Suite Performance Dashboard
Key Performance Indicators (KPIs) Overview
Loading dashboard data...
Configure KPIs
No KPI data available. Go to "Data Configuration" to add KPIs.
'; return; } // Start building the HTML for the dashboard table let tableHtml = `| KPI Name | Category | Actual Value | Target Value | Performance | Status |
|---|---|---|---|---|---|
| ${kpi.name} | ${kpi.category} | ${formatValue(kpi.actualValue, kpi.unit, kpi.isCurrency)} | ${formatValue(kpi.targetValue, kpi.unit, kpi.isCurrency)} | ${performanceRatio} | ${status} |
