/
Additional outputs on a subject report

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







Related content

Add variables onto a report template
Add variables onto a report template
More like this
Examples of outputting pick list variable values
Examples of outputting pick list variable values
More like this
Examples of outputting numeric variable values
Examples of outputting numeric variable values
More like this
Programming Subject Reports
Programming Subject Reports
More like this
Example of outputting a variable's description
Example of outputting a variable's description
More like this
Example of outputting a variable's name
Example of outputting a variable's name
More like this