Discussions

Ask a Question
Back to all

KPI Percentage Goal & UI Normalization Issues

  1. When I set a goal for a percentage KPI type (e.g. 95%) either via UI or SDK, it gets saved as 0.95% instead of 95%. But the docs says percentage KPI goals should accept values 0–100, so the percentage goal should not be normalized to 0–1.
  2. When I update a KPI percentage value from the UI (From Review menu, e.g. 94%), after saving it becomes 0.94% there itself and saves 0.94% also. However, when I update the KPI percentage value programmatically (e.g. 84% or 92%), it is stored as entered (84 or 92) and not normalized. So this is inconsistent behavior between UI and backend.