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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load data from XML file with extension object

Hello,

I wonder if it is possible to load data from an external (web) XML file to QlikView using extension objects.

I can get xml data with xmlhttprequest, but how to throw that data into QlikView ?

Is that possible ? Does extension objects allow you to add / load data to QlikView ?

Thanks.

1 Solution

Accepted Solutions
rbecher
MVP
MVP

Hi,

you can load direct from web via URL (web file source wizzard) if it's a HTTP GET request.

- Ralf

Astrato.io Head of R&D

View solution in original post

4 Replies
rbecher
MVP
MVP

Hi,

you can load direct from web via URL (web file source wizzard) if it's a HTTP GET request.

- Ralf

Astrato.io Head of R&D
Not applicable
Author

Thanks for you answer.

But I need to get it from HTTPS and I think it only work with HTTP.

rbecher
MVP
MVP

Right, but it works for some websites (Twitter)...

Maybe this is a case for the QlikView Connector: QVSource

- Ralf

Astrato.io Head of R&D
Not applicable
Author

It was a invalid certificate problem. Your solution works.

Thank you.