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 enteredOutput on subject report
<%= #code %> 1010
<%= #code %> -9
<%= #code.value %> 1010
<%= #code.value %> -9-9