ASCENDING Function (TestPage Filter)

Gets or sets the order in which to search through a dataset on a test page.

[IsAscending :=] TestPage.Part.Filter.ASCENDING([SetAscending]);

Parameters

  • TestPage
    Type: TestPage The test page that displays the dataset to search.
  • Part
    Type: Part The control that contains the dataset you want to search.
  • Filter
    Type: Filter The filter that is applied to the dataset.
  • SetAscending
    Type: Boolean The order in which the dataset will be searched. This parameter is optional.
  • IsAscending
    Type: Boolean The sort order of the dataset.

Property Value/Return Value

Type: Boolean

true if the search is performed in ascending order; otherwise, false.

See Also

Concepts

TestPage Filter Functions