Overview
The default output on a subject report is the variable's value.
Additional outputs:
- Variable name
- Variable description
- Pick list name (applicable for pick list variables
- The variable's missing value (applicable for numeric or pick list variables)
Required Role(s)
- Project Management
Steps
- Open the Report Template Update page (click here for steps)
- Append the code in either the Expression Builder or directly in the report template body
- To output a variable's name, append the following after the variable code: .definition.name
- To output a variable's description, append the following after the variable code: .definition.description
- To output a pick list option's name, append the following after the code: .name
- To output a variable's missing value, append the following after the code: .value
- To output a pick list option's name that includes outputting missing values, append the following after the code: .value.name