You can map the values to Text for better readability.

For example in the Job Status Report , the status is shown as enum values, that is enum.taskStatus.complete_success, which can be mapped to Success for better readability and understanding.

Procedure

  1. Click Value Mappings under Field tab from the right pane.
  2. Click + Add value mapping.
  3. Enter the string in Value and Text fields which you want to a particular value.
    For example: To map enum.taskStatus.partial_success to Partial Success value, enter enum.taskStatus.partial_success in Value field and Partial Success in Text field.
  4. To save changes, click Apply > Save.