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 |