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*])