.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@IsCategory
Example

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.

Example
See Also