Visible

XML Forms Guide

Version
R2024.1.1
Visible

The <Visible> tag controls whether the field is visible to the user. If this tag is set to False, the field will not appear but will still occupy space on the form. If this tag contains a condition, the condition will be tested, and field will be displayed if the condition returns a value of True.

Possible values:

  • True (default)
  • False
  • Any condition that returns a value of True or False