Hello Experts,
I have a report on one of the web pages, on the report I have provided the selections to end users so that they can select the KPIs and can see the desired data they want to see on the report.
On the web page I have ajax call which fetches the data from CDS table using web template and form a JSON and return it in the response.
Now when user is selecting the KPIs from the selections as shown below ,

for the given date range and combination of selections, data in the corresponding CDS table has more than 6300+ rows
but the JSON is returning only 5000 nodes in the response.
anything beyond 5000 nodes are not getting returned, hence the further calculation going wrong.
Please advice how to return more than 5000 nodes in the JSON response, any possible workaround for this is really appreciable.
Regards,
Pranesh