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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
JFryk
Contributor
Contributor

Need to extract odata link for pagination

I need to get the

@odata.nextLink

shown in the sample. All options I have seen to pull the header like (https://community.talend.com/s/feed/0D73p000004kVvkCAE?language=en_US)

are not working, my assumption is the @. Has anyone worked with extracting odata headers?

[{JSON code here}

],"@odata.nextLink":"https://api.addresssample=FIN&$skiptoken=20000"}0695b00000snGrKAAU.jpg

0695b00000snGrZAAU.jpg

Labels (4)
1 Reply
Anonymous
Not applicable

Hello

The expression of accessing column value is: rowLabel.columnName, eg: row1.name obviously, @odata.nextLink is not a column name in your case.

 

Regards

Shong