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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
a_pi
Partner - Contributor
Partner - Contributor

Load multiple xml tables

Hi,

I have the following xml structure:

alexandra_pisch_0-1673521555337.png

 

Here I now have to load the fields ATM, FIT, Unfit. If I want to do this in the Qlik script, I would either have to specify (XmlSimple, table is [SortResult/line/No1]) at the bottom of the From command or call the field itself as "No1/ATM". But since I sometimes have several thousand records in a file, I don't want to build a loop.
Is there a way to work with a wildcard in the From command? (XmlSimple, table is [SortResult/line/No*])

Thanks a lot for any idea!

Labels (4)
0 Replies