Hi all,
I got an error message on the dashboard "Maximum limit is exceeded record. Reduce the number of records" because the data exceeds 50,000 records. It's Online CRM, not on-primises, so changing the AggregateQueryRecordLimit setting in the database doesn't work.
We need to see charts of the data during several years on the dashboard(definitely more than 50,000 records). Is it possible to resolve it by program? Something like that separate them into small amount of data using FetchXML(less than certain count per each query) but aggregate and deliver them to the final report to show the chart of complete data(>50,000) on the dashboard?
Could anyone give me some idea or feasible way to implement it.
Thank you for your help.