Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We are using SenseBoxPlot extension which has limit of fetching 10,000 cells in one request and further we can use getdata() to make multiple calls.
Is it possible to avoid those multiple calls, as we are using qhypercube data in Box Plot and can't provide more option to click and fire multiple calls in back end.
Note- We don't want to use BoxPlot provide by Qlik in recent release
Regards,
Navdeep
Unfortunately not, the maximum size of the returned hypercube is 10,000 cells.
We are trying to use getdata(), btw it seems SenseBoxPlot has been removed from Branch!!
I ran into a similar issue where we needed to return much more than 10k values at once and the following post was extremely useful:
Getting all data cells from app.createCube()
This gives paginated data at 10k cells per page. Hopefully this helps.
Thanks a lot Travis, we were able to get all the data from back end but it takes lot of time to render in front end.
Reagrds,
Navdeep