Hi, everybody
We found a limitation which blocks our functionality.
We have a service returning infotable which executes SQL query via JDBC extension.
And the result is cut on 500 rows maximum.
How could we remove this limitation?
Solved! Go to Solution.
If you have a maxItems parameters set it to a bigger number
If you have a maxItems parameters set it to a bigger number
Hi Ponomarenko,
If you are returning InfoTable in your SQL Query, you will see in the "Service Info" tab of your service, there is an input of "Max Rows", which will allow you input a bigger return items number as you want:
Is there a way to set "Max Rows" to NOT LIMIT the return set at all?