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 can either be the value or the name.
Required Role(s)
- Project Management
...
on a subject report.
Numeric variable set up with -9 as a missing value
Setup on report template | Value entered | Output on subject report |
---|---|---|
<%= #code %> | 10 | 10 |
<%= #code %> | -9 | |
<%= #code.value %> | 10 | 10 |
<%= #code.value %> | -9 |
-9 |
Pick list variable with 3/Unknown set up as a missing value