You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
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 2020 are still open? And closed?
To make this possible, the container AQ_Statistic_Process is available. 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 in the Container type: AQ_Statistic_Visualization.
Example configuration screenshot
Parameters
Parameter | Direction | Value | Description | Required | |
---|---|---|---|---|---|
Entity | Input | Module element Entity (from the process module) | Select the entity to create a statistic for. | True | |
Attribute | Input | Module element Attribute | The attribute of the aforementioned entity. | True | |
Operator | Input | See table below | The operator that connects the attribute and the value. | True | |
Value | Input | Expression | The expression used in the statistic. | True |
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 |
---|---|---|
Equals | All single-valued datatypes | Single value |
Not equals | All single-valued datatypes | Single value |
Less than | All single-valued datatypes | Single value |
Less than or equals | All single-valued datatypes | Single value |
Greater than | All single-valued datatypes | Single value |
Greater than or equals | All single-valued datatypes | Single value |
Like | String | Single value |
Not like | String | Single value |
In | All multivalued datatypes | Multivalued |
Not in | All multivalued datatypes | Multivalued |