Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
you can load direct from web via URL (web file source wizzard) if it's a HTTP GET request.
- Ralf
Hi,
you can load direct from web via URL (web file source wizzard) if it's a HTTP GET request.
- Ralf
Thanks for you answer.
But I need to get it from HTTPS and I think it only work with HTTP.
Right, but it works for some websites (Twitter)...
Maybe this is a case for the QlikView Connector: QVSource
- Ralf
It was a invalid certificate problem. Your solution works.
Thank you.