Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview

Variable values are outputted on a subject report based on the setup. Missing values can either be null or the missing value. Pick lists can either be the value or the name.

Required Role(s)

  • Project Management

Examples



Pick list variable with 3/Unknown set up as a missing value


Setup on report templateValue enteredOutput on subject report
<%= #code %>11
<%= #code %>3
<%= #code.value %>11
<%= #code.value %> 33
<%= #code.name %> 1Sometimes
<%= #code.name %> 3
<%= #code.value.name %> 1Sometimes
 <%= #code.value.name %> 3Unknown
  • No labels