Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
navdeepdhadwal
Contributor III
Contributor III

Increase qhypercube data limit from 10000

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

Trello and Qlik Sensemto

Regards,

Navdeep

4 Replies
Anonymous
Not applicable

Unfortunately not, the maximum size of the returned hypercube is 10,000 cells.

navdeepdhadwal
Contributor III
Contributor III
Author

We are trying to use getdata(), btw it seems SenseBoxPlot has been removed from Branch!!

gibsontk1
Partner - Contributor II
Partner - Contributor II

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.

navdeepdhadwal
Contributor III
Contributor III
Author

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