Hey, iam trying to extend the limit in DBplot which is currently limited by 1000. I have a File with 10.000 rows. Hope anyone could help me .
To remove the limit, you can change the query. Remove the "Limit 1000" or "Top 1000" from the query and it will show all rows in your dataset.
Log in to post a comment.
Hey,
iam trying to extend the limit in DBplot which is currently limited by 1000. I have a File with 10.000 rows. Hope anyone could help me .
To remove the limit, you can change the query. Remove the "Limit 1000" or "Top 1000" from the query and it will show all rows in your dataset.