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 templateValue enteredOutput on subject report
<%= #code %>11
<%= #code %>3
<%= #code.value %>11
<%= #code.value %> 33
<%= #code.name %> 1Sometimes
<%= #code.name %> 3
<%= #code.value.name %> 1Sometimes
 <%= #code.value.name %> 3Unknown