Skip to main content

Get help for ARIS Process Mining functions and services

Use parameters in the visual editor

You can create parameters that you can use in the current calculation rule. Parameters allow the calculated field to accept input from other users and to abstract your calculation.

Procedure. Procedure
  1. Create or edit a calculated field using the visual editor.

  2. Click Show parameter Show parameters in the editor. The Parameters panel is displayed.

  3. Click + Add in the Parameters panel. The Add parameter dialog opens.

    Add parameter
  4. Add a name. Parameter names may only contain letters, numbers, hyphens, and underscores. The parameter name is used to identify and to reference the parameter. The parameter is referenced in the calculation rule as follows: ${<parameter name>}, for example ${parameter}.

  5. You can enter a default value or click NULL. The corresponding value will be used as parameter value.

    Set parameter
  6. Click Save.

    The parameter is created and available in the Parameters panel.

    Example

    Parameters
  7. To insert a parameter in the calculation rule, proceed as follows.

    1. Click the Add value Add value icon in the Select value block.

      Insert parameter
    2. Click Parameter.

    3. Select the parameter to insert in the calculation rule.

      Insert parameter

You have created a parameter and inserted it in the calculation rule.

Example 143.

Calculated field with a parameter and a specified default value.

Field with parameter