OnlyOnOutput Function

Description:
The value of this function is determined by context:
  • Constructing a questionnaire page: false
  • Generating a document: true
This function is almost exclusively used as the definition of a span whose purpose is to exclude occurrences of variables within the span from contributing towards their relevancy on the questionnaire. This may be because the data is coming from another system.
BooleanNote that brackets are not used for this special function
Returns:
Boolean
Example:
Expression
Result
OnlyOnOutput
True
This function is most often used as a Business Rule on a span:
[
OnlyOnOutput
{ClientName}\{MatterNumber}]

Related content