Home > @activeviam/activeui-sdk > ActivePivotConfiguration > updateKpi
ActivePivotConfiguration.updateKpi property
Updates an existing KPI.
This fails if the KPI does not already exist.
It is up to the caller to refresh server information after this call, either on success or failure.
Signature:
updateKpi: (cubeName: CubeName, kpiDefinition: KpiDefinition, permissions: ActiveUIPermissions) => Promise<void>;