Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Lonni
Contributor
Contributor

Qlik sense and xml

After upgrade (from 3.1 to juny 2019) I have problems with reading from xml.

Tested it also in qlikview : script in qlikview (desktop)

LET vURL= 'https://directo.xxxxx.ee/xmlcore/xxxxxxxxxxx/xmlcore.asp?';
LET vAuthorisation_Key = 'xxxxxxxxxxxx';
PATH = vURL & 'get=1&what=customer&key=' & vAuthorisation_Key;

Klient_TEMP:
Load
[code] AS Klient_ID,
[name] AS Klient,
[class] AS Klient_klass_ID,
if(len(reg_no)=0,code, reg_no) as Klient_regno
From $(PATH)
(XmlSimple, Table is [transport/customers/customer]);

Works fine

same script in Qlik sense server - today error, before upgrade worked fine

pilt.png

I know about Legacy mode. What else?

Thanks in advance

Peep

0 Replies