The SQL works fine without these parameters, and I...
# suiteql
m
The SQL works fine without these parameters, and I am sure there are more than 100K records.
Try paginating yourself with ROWNUM instead
If I understand correctly there are different limits for total number of records available via SuiteQL depending on whether you license SuiteAnayltics Connect or not
DIY pagination via ROWNUM should get around that
You may get better results if you expose the data via restlet instead of directly via REST Web Services
m
Thanks, I didn't know about ROWNUM, will give it a try.