FORMULA LANGUAGE


@IsExpandable
Example

In column formulas, returns a specified string if a row in a view can be expanded.

Syntax

@IsExpandable
@IsExpandable(
trueString )
@IsExpandable(
trueString ; falseString )

Parameters

trueString


falseString
Return value

specifiedString

Usage

Use @IsExpandable in column formulas to indicate whether the current level of documents can be expanded. This function does not work in any other formula.

In the single parameter and two parameter forms, you should limit the string to a single character, especially if the lines already have a lot of text in them.

Example
See Also