The Value Widget in SAP Signavio Process Intelligence is used to display aggregated metrics, such as KPIs, based on event log data. The documentation lists supported aggregation functions:
Option B (SUM):The SUM function calculates the total of a numeric attribute across cases, e.g., summing up costs or durations.
Option C (COUNT):The COUNT function tallies the number of occurrences, such as the number of cases or activities.
Option E (AVG):The AVG function computes the average of a numeric attribute, useful for metrics like average cycle time.
Option A (ADD)is incorrect as ADD is not a standard aggregation function in the Value Widget; SUM is used instead.
[Reference:SAP Signavio Process Intelligence Widget Documentation, section on "Value Widget Aggregation Functions"; SAP Certified Associate - Process Data Analyst Study Guide, Chapter 4: Metric Aggregation., ]
Submit