I am having troubles to set up Pagination type = offset. I am missing "Total Records Path’. Where do I find it? I tried everything, and can’t figure it out. Thanks,B
It looks like there are others with similar problem not finding metadata API.
Metadata API for schema and mutating tables API
Similar to the @Chester_McLaughlin solution above I created a node script that launches a browse...
Correct. I have a RestFul API connection already set up. However, I only can load 100 records. Need to set up Pagination. That’s where I am stuck and I can’t find any documentation on the parameters required for the set up.
On the Qlik site I have found the following
Complete the Pagination fields as follows:
Pagination Type: Offset
‘Start’ parameter name: offset;
‘Start’ initial value: 0
‘Count’ parameter name: limit;
‘Count’ initial value: 100
‘Total records’ path: ro...
Hi Justin - thanks for your fast reply. I am trying to set up RestAPI in Qlik Sense and when I select pagination type Offset I am asked to enter the following parameters.
‘Start’ parameter name …
‘Start’ initial value …
‘Count’ parameter nale …
‘Coun...