FORMULA LANGUAGE
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
@SetViewInfo( [SETVIEWFILTER] ; filterString ; columnName ; isCategory [; exactMatch] )
Parameters
[SETVIEWFILTER]
Note To clear the view filter, specify "" as the columnName.
This @function is useful if you want to filter the documents in a view to display only a subgroup that contains specific data.
Example