ViewFormula

The ViewFormula parameter specifies the view formula to use to retrieve data from the database. (A ViewFormula is a statement that constructs a view).

If you set both the NotesView and ViewFormula parameters for the same task, ViewFormula is used and NotesView is ignored.

Type: String
Default: No
Required: No
Configuration Section: TaskName or FetchTasks
Example: ViewFormula=@If(@Contains(@DocFields;@Text("FolderRef"));!@Contains(@Text(@Uppercase("002e5854f80757608025783f0036dbb0")); @Text(@GetField("$FolderRef")));@True
See Also: NotesView