Pagination - Memory threshold issue.

We have a query as below
rule!WFT_getRequestDetailsBySearchParams(ri!process,ri!subprocess,ri!action,ri!requestor,ri!company,ri!reference,ri!sapRefNo,if(isnull(ri!fromDate),todatetime(date(2010,10,10)),ri!fromDate),if(isnull(ri!toDate),todatetime((today())),ri!toDate+intervalds(23,59,59)),ri!monetaryValue,ri!priority,ri!wftRequestID,ri!salesOffice,ri!requestStatus,ri!pageInfo)))

In the above query how is "ri!pageInfo" working? I could not find any parameters like batch size set for pageInfo. Please help how does it work for the above query.

How does pageInfo decrease the load on Appian? I have referred the below link, but did not understand much, Please help me on this.
forum.appian.com/.../System_Functions.html

OriginalPostID-254399

  Discussion posts and replies are publicly visible

Parents
  • @sikhivahans: I have tried to get data from query rule into a pv variable. In the page grid I called something like - todatasubset(pv!queriedData,data!pagingInfo). I am facing the below error:

    In the configured data set, the “data” field does not have the same number of elements as the “identifiers” field: “data” has 0 items and “identifiers” has 1 items.
Reply
  • @sikhivahans: I have tried to get data from query rule into a pv variable. In the page grid I called something like - todatasubset(pv!queriedData,data!pagingInfo). I am facing the below error:

    In the configured data set, the “data” field does not have the same number of elements as the “identifiers” field: “data” has 0 items and “identifiers” has 1 items.
Children
No Data