top of page

 

kippy

Screen Shot 2018-11-25 at 22.33.30.png

formula - examples

Anchor 1

Aggregation

 

The following example shows how performance from a lower level can be â€‹aggregated to a higher level. 

​

Let us take the scenario where an organisation has a Net profit KPI at the Level 1 of the organisation that indicates the total net profit for the organisation.

​​

Screenshot 2025-10-16 at 16.37.48.png

At Level 2, there are two teams, EMEA and APAC, each with a local Net profit KPI indicating the profit in each region. 

​

Screenshot 2025-10-16 at 16.42.35.png

Each level 2 team has a local Net profit KPI indicating the profit in each region. â€‹â€‹

Screenshot 2025-10-16 at 16.41.21.png

To track the organisation's profit at Level 1, a user would have to manually add the Net profit actuals from each of the Level 2 teams and enter the result into the Level 1 Net profit actual.

​​

However, using a kippy formula, the Level 1 KPI actual can be automatically updated each time the Level 2 KPI actuals are updated. 

​

This is done by updating the formula field in the Level 1 KPI to =cloud.kippy.children.sum()

Screenshot 2025-10-16 at 16.45.03.png

Now, when an actual for a the Level 2 KPI is updated, the Level 1 KPI actual is automatically updated. 

​

So if we update the Net profit in EMEA to 45 ....

Screenshot 2025-10-16 at 16.49.32.png

... the Net profit in CEO is automatically updated to (40 + 45) = 85

Screenshot 2025-10-16 at 16.55.13.png

And all the scores are automatically re-calculated. 

Screenshot 2025-10-16 at 16.56.27.png

Other formulas are available too to aggregate KPIs when the names are different, to factor in weighting, use the average, use the score, etc. 

​

​

bottom of page