Skip to main content

Get help for ARIS Process Mining functions and services

Convert technical column names to display names

You can convert the technical names of source columns to the column names displayed in the analysis model. For example, if you can display the translated column names instead of the technical names in a component title. To do so, you can use the $_TO_DISPLAY_NAME() function in a text field and combine it with an appropriate variable.

Prerequisite

You have created a variable for the analysis.

Procedure. Procedure
  1. Add a component to an app, for example, a line chart.

  2. Open the Configuration panel of the component.

  3. Type the function in a text field, such as the Title field, and specify a variable reference. Reference a variable with the placeholder name you specified: ${<placeholder name>}.

    Example

    $_TO_DISPLAY_NAME(${columnName})

You use the $_TO_DISPLAY_NAME() function including a variable to convert column names.

You can use the Input component to provide the values specified in the function.