FORMULA LANGUAGE


Examples: @IsResponseDoc
This example returns Response if the document is a response; Topic if the document is not a response.

@If(@IsResponseDoc;"Response";"Topic")

See Also