<< cellcolor (column) << | Table Of Contents | >> center >> |
Keyword | celltext (column) |
Purpose | Specifies an alternative content that is used for the cells of the column. Usually such a text contains a query function. Otherwise all cells of the column will have the same fixed value. The logical expression specifies for which cells the text should be used. If multiple celltext patterns are provided for a column, the first matching one is taken for each cell. |
|
Syntax | celltext (<operand> [(| | & | > | < | = | >= | <= | !=) <operand>...] | @ (all | none)) <text> |
|
Arguments | operand | An operand can consist of a date, a text string, a function, a property attribute or a numerical value. It can also be the name of a declared flag. Use the An operand can be a negated operand by prefixing a ~ character or it can be another logical expression enclosed in braces. |
| | The 'or' operator |
|
& | The 'and' operator |
|
> | The 'greater than' operator |
|
< | The 'smaller than' operator |
|
= | The 'equal' operator |
|
>= | The 'greater-or-equal' operator |
|
<= | The 'smaller-or-equal' operator |
|
!= | The 'not-equal' operator |
|
text [STRING] | Alterntive cell text specified as Rich Text
|
|
Context | columns |
<< cellcolor (column) << | Table Of Contents | >> center >> |