/
Missing Value Considerations

Missing Value Considerations

Variable with a missing value is used in a calculation

  • To treat missing values like null, the Include Missing checkbox should be un-checked
  • To use a missing value in a calculation, the Include Missing checkbox should be checked (not common)

                          


Variable with a missing value is used in a dependency or interval expression

  • The default is to treat a missing value like a null value; if that is the desired behavior, no additional steps are needed
  • To use the missing value append the variable code with .getValue(true)
    • Example:  showVar(#reason.getControl(), #labValue.getValue(true)==-9);


Related content

Add a Missing Value Definition to a numeric variable
Add a Missing Value Definition to a numeric variable
More like this
Variable Update (Missing Values)
Variable Update (Missing Values)
More like this
Examples of outputting numeric variable values
Examples of outputting numeric variable values
More like this
Scripting in Report Templates
Scripting in Report Templates
More like this
Examples of outputting pick list variable values
Examples of outputting pick list variable values
More like this
Create a Calculated Variable in Data Sets
Create a Calculated Variable in Data Sets
More like this