Hello,
how can I use paging with customSQL? I always get back only 75 rows, I can not scroll further down.
Without the use of "customSQL" I get all the lines delivered by scrolling.
thanks for your help.
how can I use paging with customSQL? I always get back only 75 rows, I can not scroll further down.
Without the use of "customSQL" I get all the lines delivered by scrolling.
Code:
<operationBinding requiresAuthentication="true" operationType="fetch"> <customSQL> SELECT $defaultSelectClause FROM $defaultTableClause WHERE $defaultWhereClause AND (B2B_FH.mandant = $session.mand) </customSQL> </operationBinding>
Comment