Visibility Rule

The Visibility Rule property enables you show or hide the widget based on the outcome of a rule.

Tip: You can also use the Status Visible Group widget to show or hide a widget. Use the group widget when you want to show or hide non-BVD shapes, or to show or hide a large number of shapes. Then it is easier to group the shapes with the Status Visible Group and set the visibility rule in the group widget. See also Status Visible Group.

Visibility rules have the following format:

<property><operator><value>

<property>
The name of the data property to use to calculate the visibility.
<operator>
The operation that is used to compare the current value of the property with the given value. For a list of operators, see Rule Operators.
<value>
The value the operator works on.

Example:

errors>=10

If the value of the data field errors is greater than or equal to ten, the widget is shown in the dashboard. In all other cases, the widget is hidden.

Send us feedback