The operation has been canceled because the number of processed rows exceeded the maximum allowed number of rows (500000). Refine your filters to include less data and try again.
I got this error when I generate report in dynamic 365 business central AL
I got this error when I generate report in dynamic 365 business central AL
2
Answers
The maximum allowed number of rows in reports is configurable on the Business Central server. More information can be found in the documentation under this link: Configure Server Instance (Reports section, value ReportMaxRows).
You can use
MaximumDatasetSize
which sets the maximum amount of rows to be included on the report. And this property will override the hard limit that is set by the Default Max Rows (500000) for Report which setting for Business Central Server instance.