Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview

The default output on a subject report is the variable's value.

Additional outputs:

  1. Variable name
  2. Variable description
  3. Pick list name (applicable for pick list variables)
  4. The variable's missing value (applicable for numeric or pick list variables)

Required Role(s)

  • Project Management

Steps

  1. Open the Report Template Update page (click here for steps)
  2. Append the code in either the Expression Builder or directly in the report template body
    1. To output a variable's name, append the following after the variable code:  .definition.name
    2. To output a variable's description, append the following after the variable code:  .definition.description
    3. To output a pick list option's name, append the following after the code:  .name
    4. To output a variable's missing value, append the following after the code:  .value
    5. To output a pick list option's name that includes outputting missing values, append the following after the code: .value.name







  • No labels