Conditional display of fields

Field Condition

This is a server side expression (C# and My Tokens) that programatically hides an entire column. As it applies to entire the column, specific tokens that relate to a particular row are not available. See More examples.

Cell Condition

This is a server side expression (C# and My Tokens) that programatically hides an entire column. As it applies to entire the column, specific tokens that relate to a particular row are not available. See More examples.

Enable Conditionally

This boolean expression is used to determine if this field will be enabled (accepting input). A common example is [SomeField] == “Some Value”. This field supports My Tokens.