Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following options are available in the General Options section:

 

 

Expand
titleTitle

 


The title will appear above the Single KPI area in your analysis sheet.

 

 

Please specify your desired title into the text field.

 

Next to the text field, a small pencil icon () appears.

This will open the area options, or display the title configuration directly under the text field:

You may edit your font, its size ,text highlighting, colors (font-, background - and border color) and your text orientation.


 

Expand
titleType

 


The Single KPI comes with 4 different types, that can be compared to skins.

 

Choose any type from the dropdown list.

Let's examine the types a little further:

Expand
titleGauge

Gauge is the default type of a Single KPI.

Your component will be displayed like a tachometer:

 

Expand
titleRadial

Your KPI will be aggregated to a circle line:

 

Expand
titleFill

Your component will be displayed as a vertical bar. 

Expand
titleNumber

Your component will be displayed as a single number.

 


 

Expand
titleKPI

 


Enter your PQL statement in the KPI section.

You can make use of the Formula Editor.

 

For the sample charts that are shown in the screenshot, the following PQL statement has been created with the formula editor to display the median time (in days) that a case in a Purchase-to-pay process needs from the Creation of a purchase order until the receiption of goods.

Code Block
languagesql
firstline1
titleAverage Purchase Time
linenumberstrue
MEDIAN(CALC_THROUGHPUT(FIRST_OCCURRENCE['Create Purchase Order'] TO FIRST_OCCURRENCE['Receive Goods'], REMAP_TIMESTAMPS("_CEL_P2P_ACTIVITIES"."_EVENTTIME", DAYS)))