top

TOP is a group of functions that are used to compare different organizations' achievements. The functions are often used to set goals and levels of ambition.

 

The following functions are available:

 

How it works

KPI values for all organizations are calculated and sorted from best to worst. Based on the TOP function, the Function calculator finds the value that represents the desired portion, e.g. the Top Decile ('TD'), i.e. that 10% of the organizations are better than the value shown and 90% are worse.

 

The decision whether to use 'L' (low) or 'H' (high) depends on whether a high value is good or not. E.g. absence due to illness will use TDL (low) while profit will use TDH (high).

 

If organizations have the value NA (invalid) or NaN (infinite, dividing by zero) in a period, these will automatically be set to zero in TOP calculations and will not be taken into account.

 

Use

TOP functions have many areas of use. They can be used to set dynamic goals based on results in other organizations.

 

Example

Absence due to illness:

 

TDL('[120/121]',org1,org2,org3... org 10)

 

This will give the absence percentage at which 10% of the specified organizations are better and 90% are worse.

 

TOP functions can be combined with other KPI functions, e.g. by combining a TOP function with a PC function to show the highest sales within several periods.

 

How to create

In the Function calculator, click the TOP button and choose the desired TOP function by double clicking. A new calculator window opens. Now create the function by selecting the desired Time function, double clicking the desired node and clicking or entering numbers and operators. Click OK when finished.

 

Next you must specify the organizations from which figures are to be included.

 

Example: TQH('[node1]/[node2]', Organization1)

Example: TQH('[node1]/[node2]', +Organization1)

 

Example: TQH('[node1]/[node2]', *Organization1)

 

Example: TQH('[node1]/[node2]',this)

 

Examples:

TQH'[100]',parent) or TQH('[100]',parent1) - to access parent of current context

TQH('[100]',parent2) - to access grandparent of current context

TQH('[100]',parent5) - to access great-great-great-great-grandparent of current context

 

Now click OK and the Calculation field contains the completed function.

 

 

Renaming in functions

You can use 'AS' in functions that contains "organization", e.g. AGG, AGGAVG, IND, as well as TOP functions to give functions different names when displayed in drills.

Examples:

You want to sum up two nodes that say something about "Good management". This function will rename the IND function in drills to "Good management", and you will see it when you click on an organization name in the drill:

 

AGG('IND('[Just manager]+[Visible manager]') AS 'Good management'',organization)

 

This function will rename the AGG function in drills to "Good management":

 

AGG('IND('[Just manager]+[ Visible manager]')',100) AS 'Good management'

 

 

Version 5.1.2.0

This document contains confidential information. Not to be copied by third parties without written authorization.

© Copyright Corporater AS - All rights reserved.