Versions Compared

Key

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

In many situations, end users are interested in statistics about cases and their processes.
For instance, regarding all request cases, how many cases that started after january 1st 2015 2020 are still open? And closed?

To make this possible, the container AQ_Statistic_Process is available. This container The AQ_Statistic_Process container can display process statistics and will always result in a positive integer (0, 1 ,2 etc).
Multiple containers of this type can then be used together with in the container Container type: AQ_StatisticsStatistic_Visualization


ScreenExample configuration screenshot

Image RemovedImage Added


Parameters

Parameter
Direction
Value
Description
Required
EntityInputModule element Entity (from the process module)Select the entity to create a statistic for.
True
Yes
AttributeInputModule element AttributeThe attribute of the aforementioned entity.
True
Yes
OperatorInputSee table belowThe operator that connects the attribute and the value.
True
Yes
ValueInputExpressionThe expression used in the statistic.
True
Yes


Search criteria

The search criteria are all triples that adhere to the pattern <Entity.Attribute><Operator><Value>. The value can be single or multi, depending on the operator. See the list below.

Operator
Used with metadata of type
Value can be
EqualsAll single-valued datatypesSingle value
Not equalsAll single-valued datatypesSingle value
Less thanAll single-valued datatypesSingle value
Less than or equalsAll single-valued datatypesSingle value
Greater thanAll single-valued datatypesSingle value
Greater than or equalsAll single-valued datatypesSingle value
LikeStringSingle value
Not likeStringSingle value
InAll multivalued datatypesMultivalued
Not inAll multivalued datatypesMultivalued