Overview
Variable values are outputted on a subject report based on the setup. Missing values can either be output as null or the missing value. Pick lists list variable values can either also be exported as the value pick list name or the name.
Required Role(s)
- Project Management
...
pick list value.
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 |