Resolved! Can I change from default showing first 1,000 to return all records when query?
I have to query a data for showing in my dashboard.But it truncated the results and showing only first 1,000 rows.In the dashboard view, there is no option to re-execute with maximum result limits.I don't want to switch back to standard view and clic...
- 24880 Views
- 8 replies
- 5 kudos
@Thanapat Sontayasara 10000 limit is available as an option in the notebook(which propagates to dashboard after its run in notebook) while 1000 rows still is the default. 10000 limit is experimental and it can be made as default depending on the num...
- 5 kudos