FORMULA LANGUAGE


@SetViewInfo
Example

In Standard Outline views, filters a view to display only documents from a specified category. In Calendar views, filters a view to display only documents that contain a specified string in a specified column.

Note This @function is new with Release 6.

Syntax

In a Standard Outline view:

@SetViewInfo( [SETVIEWFILTER] ; filterString ; columnName ; isCategory )

In a Calendar view:

@SetViewInfo( [SETVIEWFILTER] ; filterString ; columnName ; exactMatch )

Parameters

[SETVIEWFILTER]


filterString
columnName
isCategory
exactMatch
Usage

This @function is useful if you want to filter the documents in a view to display only a subgroup that contains specific data.

Example