Examples of outputting pick list variable values
Missing values can output as null or the missing value. Pick list variable values can also be exported as the pick list name or the 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 |