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.
Nota 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]
Nota 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.
Ejemplo