FORMULA LANGUAGE


Examples: @DocSiblings
This example returns Response 1 of 4 to Current Vacation Policy if the document is one of four responses to a document with the string Current Vacation Policy in the Topic field.

@If(@IsNewDoc;"New Document";"Response" + @DocNumber(" ") +

 " of " + @DocSiblings + " to " + Topic)

See Also