How Pages Are Rendered : Making Display Conditional

Making Display Conditional
The Condition property allows you to make the display of a particular element on the Page conditional. When the condition expression is true, the Page element displays. Likewise, when the condition expression is not true, the Page element does not display.
To set the Condition property, in the Page Editor select the Page element that you want to be conditional. Select the Condition property and type in the condition. Syntax for condition expressions is based on a subset of XPath. Your condition expression can include:
Note: Greater than and less than comparators work for simple types, for numeric types (like xs:int) and for xs:string. However, these comparators are not guaranteed to work for date/time types, and they will not work for complex types.
 
Related Topics:
Pages and Actions
Tying Page Elements to Data

ActiveGrid
ActiveGrid Documentation
Version 2.0