Markup added to document

Controls how drafting notes, spans, and expressions are evaluated and displayed in the generated document.
Appearance of drafting notes in each generated document
Controls whether and when drafting notes are included in generated documents. Available options include:
  • Include all drafting notes
    – Always includes all drafting notes in the generated document.
  • Remove all drafting notes
    – Excludes all drafting notes from the generated document.
  • Use the (implicit) condition on each drafting note
    – Includes drafting notes only when their span condition is met.
Drafting notes are created using the built-in Note span and are typically used to provide guidance within a template. Depending on the selected option, notes may always appear, never appear, or appear only when their conditions evaluate to true.
Evaluate expressions in the generated document
Controls whether questionnaire answers are used to evaluate expressions during document generation.
  • Yes
    – Evaluates expressions using questionnaire answers (default and recommended).
  • No
    – Does not evaluate expressions, resulting in questionnaire answers being ignored (not recommended).
Evaluate "known" expressions
Controls how expressions based on known conditions are handled when answers are not available.
  • No, leave unresolved when not known
    – Leaves spans unresolved when required answers are missing.
  • Yes
    – Evaluates known expressions even when answers are unavailable.
This setting is especially useful when creating No Code profiles that intentionally generate documents with unresolved content.
Evaluate external data and functions without parameters
Controls whether external data sources and parameterless functions are evaluated.
  • Yes
    – Evaluates external data and functions without parameters.
  • No
    – Leaves spans using them unresolved.
This is particularly useful for No Code profiles.
Display of included spans
Controls how spans that evaluate to include are treated in the generated document.
  • Keep
    – Displays included spans normally.
  • Leave unresolved
    – Leaves included spans unresolved rather than resolving them.
note
In versions 8.10.8 and below, this setting is labelled as
Keep included spans
.
Display of excluded spans
Controls how spans that evaluate to exclude are treated in the generated document.
  • Hide
    – Removes excluded spans from the document.
  • Show as unresolved
    – Leaves excluded spans visible as unresolved.
note
In versions 8.10.8 and below, this setting is labelled as
Remove excluded spans
.

Related Content