From 1b362d06606110ba9cac66e02dea74cb5880a2f2 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Wed, 28 Jan 2026 15:00:48 +0100 Subject: [PATCH] Update FC 26 Achievement to use Annual Forecast as denominator --- components/ForecastView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ForecastView.tsx b/components/ForecastView.tsx index 1475e90..86d5273 100644 --- a/components/ForecastView.tsx +++ b/components/ForecastView.tsx @@ -119,10 +119,10 @@ const ForecastRow: React.FC<{
- {ytdAchievement.toFixed(1)}% + {fcAchievement.toFixed(1)}%
- OF PERIOD {Math.round(forecastPeriod / 1000)}K + OF ANNUAL {Math.round(annualForecast / 1000)}K