Hi, We are on the latest version v3.17.0. When try...
# gooddata-cn
r
Hi, We are on the latest version v3.17.0. When trying to create a visualization, getting error:
Copy code
{
  "title": "Bad Request",
  "status": 400,
  "detail": "A result cache error has occurred during the calculation of the result",
  "resultId": "9f1e260ecde3c96127b59b495712875fdece77bf",
  "reason": "The limit for the maximum size of the dimension without metrics was exceeded. Limit: 10_000. Actual: 14_511.",
  "traceId": "b3627caec94155ac"
}
m
Hi Rishi, as the error states there:
Copy code
"reason": "The limit for the maximum size of the dimension without metrics was exceeded. Limit: 10_000. Actual: 14_511."
The error indicates that you’re hitting the size limit when not using a metric in your insight, so we would recommend you to add a metric there, or limit the amount of data by filtering
r
As I mentioned in the subsequent post the filter is not working... I had created exactly same visualization in the cloud version and there it is working but not working in CN version