Hello,
I'm not able to retrieve a report filtered by categories, since I receive this error message from KMC in Analtyics/Top Contens:
Unable to create report. Query produced too many results
Anyone have experience about it?
I checked the code in github and It seems to me that the "limit" depends from the consts defenied in:
in particular:const REPORTS_TABLE_MAX_QUERY_SIZE = 20000;
const REPORTS_CSV_MAX_QUERY_SIZE = 130000;
Someone can confirm me if is it possible set a different size max values ?
thanks