currentlistorder Function

Syntax

C currentListOrder(C listName)

Arguments

listNameCharacter

The List ID.

Description

Pseduo-function used to apply the server-side order for a List control in a UX Component to a Report.

Discussion

The currentListOrder() function is a pseudo-function that can be used to apply the current server-side order for a List to a Report. This allows you to generate a report using the same order as a List.

To apply a List's filter expression to a report, use the currentListFilter() pseudo-function.

currentListOrder() only applies the server-side order for a List to the Report. It does not apply the client-side order.

Limitations

Web Applications Only

See Also