Applies a filter to the specified field on a test page.

TestPage.Part.Fiter.SETFILTER(Field, String);

Parameters

TestPage

Type: TestPageThe test page that displays the dataset that contains the specified field.
Part

Type: PartThe control on the test page that contains the dataset.
Filter

Type: FilterThe filter that is applied to the dataset.
Field

Type: FieldThe field that you want to apply the filter to.
String

Type: TextThe filter to apply to the specified field.

See Also