Overview
Variable values are outputted on a subject report based on the setup. Missing values can either be null or the missing value. Pick lists can either be the value or the name.
Required Role(s)
- Project Management
Examples
Pick list variable with 3/Unknown set up as a missing value
Setup on report template | Value entered | Output on subject report |
---|---|---|
<%= #code %> | 1 | 1 |
<%= #code %> | 3 | |
<%= #code.value %> | 1 | 1 |
<%= #code.value %> | 3 | 3 |
<%= #code.name %> | 1 | Sometimes |
<%= #code.name %> | 3 | |
<%= #code.value.name %> | 1 | Sometimes |
<%= #code.value.name %> | 3 | Unknown |