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