topaginginfo() Function

Function

topaginginfo( startIndex, batchSize )

Returns a PagingInfo value for use with the todatasubset() function.

See also: todatasubset()

Parameters

Keyword Type Description

startIndex

Integer

The value for the startIndex field.

batchSize

Integer

The value for the batchSize field.

Returns

PagingInfo

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

topaginginfo(1, 25) returns [startIndex=1, batchSize=25]

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK