<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Reading multiple XML nodes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746334#M1031102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source XML&lt;/P&gt;&lt;P&gt;&lt;A href="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false" title="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the following load statement, I am able to read the Status XML node as well as Result XML node.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The source XML contains multiple Result nodes. &lt;/SPAN&gt;But it captures only the very first Result node.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14231181110886404" jivemacro_uid="_14231181110886404"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [status] AS GeoDataStatus,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [result/formatted_address] as FormattedAddress,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [result/geometry/location/lat] AS Latitude&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; FROM [&lt;A href="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false" style="font-size: 13.3333330154419px;" title="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false&lt;/A&gt;] (XmlSimple, Table is [GeocodeResponse]);&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;With below load statement I am able to read all Result nodes, but unable to read the Status node.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1423118911455105" jivemacro_uid="_1423118911455105"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [status] AS GeoDataStatus1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [formatted_address] as FormattedAddress1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [geometry/location/lat] AS Latitude1&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;se" rel="nofollow"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;se&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [GeocodeResponse/result]);&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to read both Status and all Result nodes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 06:55:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-05T06:55:34Z</dc:date>
    <item>
      <title>Reading multiple XML nodes</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746334#M1031102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source XML&lt;/P&gt;&lt;P&gt;&lt;A href="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false" title="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the following load statement, I am able to read the Status XML node as well as Result XML node.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The source XML contains multiple Result nodes. &lt;/SPAN&gt;But it captures only the very first Result node.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14231181110886404" jivemacro_uid="_14231181110886404"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [status] AS GeoDataStatus,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [result/formatted_address] as FormattedAddress,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [result/geometry/location/lat] AS Latitude&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; FROM [&lt;A href="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false" style="font-size: 13.3333330154419px;" title="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;sensor=false&lt;/A&gt;] (XmlSimple, Table is [GeocodeResponse]);&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;With below load statement I am able to read all Result nodes, but unable to read the Status node.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1423118911455105" jivemacro_uid="_1423118911455105"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [status] AS GeoDataStatus1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [formatted_address] as FormattedAddress1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [geometry/location/lat] AS Latitude1&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;se" rel="nofollow"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;se&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [GeocodeResponse/result]);&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to read both Status and all Result nodes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 06:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746334#M1031102</guid>
      <dc:creator />
      <dc:date>2015-02-05T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple XML nodes</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746335#M1031103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't reproduce your problem. I pasted your code for the Result nodes and it loads 20 records from the xml returned by the url you posted. See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 18:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746335#M1031103</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-11T18:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple XML nodes</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746336#M1031104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as QV is concerned, Status (one row) and Result (many rows) are two different tables that must be loaded with different LOAD statements and linked. The XML table wizard generates a link key for you to link the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you don't want to issue the http request twice, because the contents are not guaranteed to be the same. The trick is to load once into a field and then parse the XML from the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Raw:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; concat(rawXml, chr(13) &amp;amp; chr(10),RecId) as rawXml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD [@1:n] as rawXml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ,recno() as RecId&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;se" rel="nofollow"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=516,%20,%20,%20United%20States&amp;amp;se&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(fix, utf8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD type,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; formatted_address as FormattedAddress1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [geometry/location/lat] as [Latitude1],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_GeocodeResponse_62C7A0A69859D655&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key to parent table: GeocodeResponse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM_FIELD (Raw, rawXml)&amp;nbsp; (XmlSimple, Table is [GeocodeResponse/result])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;GeocodeResponse:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD status,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_GeocodeResponse_62C7A0A69859D655&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key for this table: GeocodeResponse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM_FIELD (Raw, rawXml)&amp;nbsp; (XmlSimple, Table is [GeocodeResponse])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP TABLE Raw;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gysbert's updated example attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 20:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746336#M1031104</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-11T20:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple XML nodes</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746337#M1031105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for trying. &lt;/P&gt;&lt;P&gt;Please note the status column is empty. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 05:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746337#M1031105</guid>
      <dc:creator />
      <dc:date>2015-02-12T05:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple XML nodes</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746338#M1031106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. &lt;/P&gt;&lt;P&gt;This works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 05:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746338#M1031106</guid>
      <dc:creator />
      <dc:date>2015-02-12T05:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple XML nodes</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746339#M1031107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked , i also tried with resident tables with fields with info like xml format (i just fixed with the data needed to comolete de format) and then used your logic , thanks rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sample about what i'm talking :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lasttrn:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;useraccountkey,&lt;/P&gt;&lt;P&gt;timestamp(max(F1)) as TS&lt;/P&gt;&lt;P&gt;Resident data&lt;/P&gt;&lt;P&gt;group by useraccountkey;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join &lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;useraccountkey,&lt;/P&gt;&lt;P&gt;trxId,&lt;/P&gt;&lt;P&gt;F1 as TS,&lt;/P&gt;&lt;P&gt;'&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;'&amp;amp;chr(13)&amp;amp;'&amp;lt;a&amp;gt;'&amp;amp;&lt;/P&gt;&lt;P&gt;textbetween(RQRS,'&amp;lt;transactionList&amp;gt;','&amp;lt;/transactionList&amp;gt;')&lt;/P&gt;&lt;P&gt;&amp;amp;'&amp;lt;/a&amp;gt;' &lt;/P&gt;&lt;P&gt;as RQRS&lt;/P&gt;&lt;P&gt;Resident data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let t=NoOfRows('lasttrn');&lt;/P&gt;&lt;P&gt;for n=0 to $(t)-1&lt;/P&gt;&lt;P&gt;let vrawXml=peek('RQRS',$(n),'lasttrn');&lt;/P&gt;&lt;P&gt;let vtrxId=peek('trxId',$(n),'lasttrn');&lt;/P&gt;&lt;P&gt;let vuseraccountkey=peek('useraccountkey',$(n),'lasttrn');&lt;/P&gt;&lt;P&gt;let vTS=peek('TS',$(n),'lasttrn');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raw:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; concat(rawXml, chr(13) &amp;amp; chr(10),RecId) as rawXml&lt;/P&gt;&lt;P&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD RQRS as rawXml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; recno() &lt;/P&gt;&lt;P&gt;//trxId&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;as RecId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; resident lasttrn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where trxId=$(vtrxId);&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;'$(vtrxId)' as trxId,&lt;/P&gt;&lt;P&gt;'$(vuseraccountkey)' as vuseraccountkey,&lt;/P&gt;&lt;P&gt;'$(vTS)' as vTS,&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;date,&lt;/P&gt;&lt;P&gt;description,&lt;/P&gt;&lt;P&gt;type,&lt;/P&gt;&lt;P&gt;amount,&lt;/P&gt;&lt;P&gt;referenceId,&lt;/P&gt;&lt;P&gt;memo,&lt;/P&gt;&lt;P&gt;store&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM_FIELD (Raw, rawXml)&amp;nbsp; (XmlSimple, Table is [a/transaction])&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;drop table Raw;&lt;/P&gt;&lt;P&gt;next n;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/746339#M1031107</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2015-07-02T14:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple XML nodes</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/1571251#M1031108</link>
      <description>&lt;P&gt;How can I make this works if I have multiple loads of xml? I mean, if the fieldname of the key changes (key_randomnumber)on each new XML load. Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 21:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-multiple-XML-nodes/m-p/1571251#M1031108</guid>
      <dc:creator>AxNoxy</dc:creator>
      <dc:date>2019-04-18T21:03:46Z</dc:date>
    </item>
  </channel>
</rss>

