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:
- 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 missing valuename, append the following after the variable code: .definition.name
- To output a variable's description, append the following after the variable code: .definition.valuedescription
- To output a pick list variableoption'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 variableoption's name that includes outputting missing values, append the following after the code: .value.name
...