/
Examples of outputting numeric variable values
Examples of outputting numeric variable values
Missing values can either output as null or the missing value 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 |