<?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 XML load into QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741002#M667392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goodmorning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to load about XML files into QlikView.&lt;/P&gt;&lt;P&gt;But QlikView seems to make different rows within the same XML file. &lt;BR /&gt; I'd like to have all the information within one row instead of 3 rows (in this example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The XML file and the output of the table are attached.&lt;/P&gt;&lt;P&gt;A part of the script is written below :&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14171645322169001" jivemacro_uid="_14171645322169001" modifiedtitle="true"&gt;
&lt;P&gt;Lineitem:&lt;/P&gt;
&lt;P&gt;Load FileName() as %Filename&lt;/P&gt;
&lt;P&gt;[Customer/CustomerID],&lt;/P&gt;
&lt;P&gt;[Sales/Quantity],&lt;/P&gt;
&lt;P&gt;[Return/Returnreason]&lt;/P&gt;
&lt;P&gt;From datacol*.xml (XMLsimple, Table is ([Transaction/RetailTransaction/LineItem]);&lt;/P&gt;
&lt;P&gt;store LineItem into LineItem.qvd;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can advice me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Liselotte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2014 08:43:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-28T08:43:45Z</dc:date>
    <item>
      <title>XML load into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741002#M667392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goodmorning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to load about XML files into QlikView.&lt;/P&gt;&lt;P&gt;But QlikView seems to make different rows within the same XML file. &lt;BR /&gt; I'd like to have all the information within one row instead of 3 rows (in this example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The XML file and the output of the table are attached.&lt;/P&gt;&lt;P&gt;A part of the script is written below :&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14171645322169001" jivemacro_uid="_14171645322169001" modifiedtitle="true"&gt;
&lt;P&gt;Lineitem:&lt;/P&gt;
&lt;P&gt;Load FileName() as %Filename&lt;/P&gt;
&lt;P&gt;[Customer/CustomerID],&lt;/P&gt;
&lt;P&gt;[Sales/Quantity],&lt;/P&gt;
&lt;P&gt;[Return/Returnreason]&lt;/P&gt;
&lt;P&gt;From datacol*.xml (XMLsimple, Table is ([Transaction/RetailTransaction/LineItem]);&lt;/P&gt;
&lt;P&gt;store LineItem into LineItem.qvd;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can advice me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Liselotte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 08:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741002#M667392</guid>
      <dc:creator />
      <dc:date>2014-11-28T08:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: XML load into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741003#M667393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best option is to create correct xml files that do not contain multiple line items and sequence numbers. Alternatively you calculate the maximum numeric and string values for each field. See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 12:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741003#M667393</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-28T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: XML load into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741004#M667394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatly it not possible to create correct xml files because it s the output of a cashdrawer where multiple sequences means multiple sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your calculation method takes a lot of time. I have to read over 65000 XML files. Is there an other option which takes less time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Liselotte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 08:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741004#M667394</guid>
      <dc:creator />
      <dc:date>2014-12-02T08:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: XML load into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741005#M667395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an XSLT processor to transform the xml files to extract the data you want. Then feed the result of that into Qlikview. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or just accept multiple records and use chart expressions to aggregate the amounts as needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 10:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XML-load-into-QlikView/m-p/741005#M667395</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-02T10:18:54Z</dc:date>
    </item>
  </channel>
</rss>

