Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dealing with multiple "next url" values with REST?

I want to connect to an OData XML source, but it has pagination in the form of "next url".

However, there are two "next url" fields in the data source, and when adding the path to the "next url" field (feed/link/attr:href) it always gets the first value, when the real "next url" is located in the second link element.


I've tried to use feed/link[1]/attr:href, but it won't work, I've also tried editing the select script in the data load editor with a where clause, but it just gives an unexplained error, probably because xml sources do not support where clauses with the REST Connector...


Any ideas?

1 Reply
Not applicable
Author

Where you able to get this resolved?  Stuck with the same issue.