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: 
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine

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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

It was a invalid certificate problem. Your solution works.

Thank you.