Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Next Page Pagination with Qlik Sense REST Connectors

Hi

Anyone can tell me how I can put the data below into the Qlik Sense REST Connector Pagination so that I get 1224 records?

Currently I only get 1000.

 

  "metaData": {},
  "pagination": {
    "maxPageSizeAllowed": 1000,
    "skipPages": 0,
    "pageSize": 1000,
    "results": 1224,
    "resultsWithoutFilter": 1224,
    "firstPage": "https://restapi.e-conomic.com/invoices/booked?skippages=0&pagesize=1000",
    "nextPage": "https://restapi.e-conomic.com/invoices/booked?skippages=1&pagesize=1000",
    "lastPage": "https://restapi.e-conomic.com/invoices/booked?skippages=1&pagesize=1000"
  },
  "self": "https://restapi.e-conomic.com/invoices/booked?skippages=0&pagesize=1000"
}

pagination Qlik Sense.PNG

My current selections are not working.

Thanx a lot!!

1 Reply
Steviem
Contributor II
Contributor II

Hi

Have you managed to pull all the pages?

 

Regards

ST