Versions Compared

Key

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

...

Right click on your process-explorer and choose "Settings" to open the settings on the right side.

  
 
 

Activity Grouping

Here the activities can be grouped. Click  Image Removed  to create a new group or on one of the groups in the list to edit them. In the group's options you can specify which activity will be included or delete an existing group with  Image Removed .
 
Image Removed

 Activity Colors

Here every activity or group can be given an own color. To do so click on the color-picker next to the activities:  Image Removed
 
Image Removed

 Custom KPI Views

...

Name

Example

Last Timestamp

MAX(ROUND_MONTH("EVENTLOG"."EVENTTIME"))

Automatisation

AVG(CASE WHEN "EVENTLOG"."USERTYPE"='Batch' THEN 1.0 ELSE 0.0 END)

Value flow

ROUND(SUM("EVENTLOG"."ACT_Wert"),0)

...

Name

Example

Duration

AVG(1.0*DATEDIFF(dd, SOURCE("EVENTLOG"."EVENTTIME"), TARGET("EVENTLOG"."EVENTTIME")))

Automatization

AVG(CASE WHEN TARGET("EVENTLOG"."USERTYPE")='Batch' THEN 1.0 ELSE 0.0 END)

Value flow

ROUND(SUM(TARGET("EVENTLOG"."ACT_Wert")),0)