REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
How to increase results in Visual Sql Select
-
Hi,
When i make a request with Visual SQL Select i have a limit on the result.
How i can increase the result of 500 results ?Did i need to make with node JS request ?
Thanks
-
Hi Marc, wish you're fine!
On Visual SQL Select if you look at the documentation there are those parameters to determine the page size and page number to avoid people to fetch too many rows when it's not needed.
If you really need to fetch more results:
- Set the pageSize to a higher value
- Use Raw SQL Select