Additional outputs on a subject report

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)
  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 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
    6. To output the signature form a signature variable type view the two options