I am trying to implement this, but not sure how to...
# gooddata-ui
p
I am trying to implement this, but not sure how to proceed with it. The documentation don't provide a detailed review.https://sdk.gooddata.com/gooddata-ui/docs/4.1.1/execution_rest_api_and_result.html
j
Hello @Pushkar_Krtrimaiq! This could be a backend limitation where your report is simply too large to execute. In that case, not even paging will help you. In order to deliver the first page of data (first N rows), the report still must be fully computed in the backend.
What version of GoodData.UI are you using? The latest is 8.9.0, so you should be following https://sdk.gooddata.com/gooddata-ui/docs/custom_execution.html. Let me know if it helps!