FORMULA LANGUAGE


@IsCategory
Esempio

In a column formula, returns a specified string if any item in the row of a view is defined as a category.

Syntax

@IsCategory
@IsCategory(
trueString )
@IsCategory(
trueString ; falseString )

Parameters

trueString


falseString
Return value

specifiedString

Usage

Use @IsCategory only in column formulas.

This function only looks at the columns to its right, so be sure to place it to the left of the categorized column to which you are referring.

This function does not work in Web applications running version 4.5.

Esempio
Vedere anche