Additional outputs on a subject report
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)
- Signature (from a signature variable type)
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
- To output the signature form a signature variable type view the two options
- Examples of outputting numeric variable values
- Examples of outputting pick list variable values
- Examples of outputting date, text, or checkbox variable values
- Example of outputting a variable's name
- Example of outputting a variable's description
- Outputting a Signature