Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The default output on a subject report is the variable's value. Additionally, for numeric variables or pick list variables, the output can be its missing value.  For pick list variables, the output can be its pick list name.

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)
  5. Signature (from a signature variable type)

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 missing valuename, append the following after the variable code:  .definition.name
    2. To output a variable's description, append the following after the variable code:  .valuedefinition.description
    3. To output a pick list variableoption'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 variableoption's name that includes outputting missing values, append the following after the code: .value.name
    6. To output the signature form a signature variable type view the two options



Child pages (Children Display)