FORMULA LANGUAGE


Examples: @IsDocTruncated
This code, when added to a column formula, displays a negative (-) icon if the document was truncated in replication. The column must be set to Display values as icons in the Column Properties box.

@If(@IsDocTruncated;97;0)

See Also