colorCondition

The colorCondition property defines a condition to set the foreground color dynamically, though it is recommended that you use styles to implement conditional colors.

Usage

The colorCondition property defines the logical color of the text of a field when the value satisfies the conditional expression.

The Expression Editor allows you to create the expression for which the colorCondition is evaluated.

The condition in colorCondition can only reference the field for which the property is set. The Boolean expression is automatically evaluated at runtime to check when the color property must be set.

The colorCondition property may not be supported in all situations; it is not supported in Table columns.

Example Expressions

GREEN WHERE today
RED WHERE "quantity > 100"