<?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 Re: load scripting with two files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249214#M620396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx avinash &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2017 10:48:26 GMT</pubDate>
    <dc:creator>souadouert</dc:creator>
    <dc:date>2017-03-21T10:48:26Z</dc:date>
    <item>
      <title>load scripting with two files</title>
      <link>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249210#M620387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can load two files with the same structure and the same columns in a single load???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;c1,&lt;/P&gt;&lt;P&gt;c2,&lt;/P&gt;&lt;P&gt;c2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c:/fil1, c:/fil2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249210#M620387</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-03-21T10:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: load scripting with two files</title>
      <link>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249211#M620390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a flat file ? if they are present in the same folder then &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;c1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;c2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;c2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;from&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;path\*.qvd &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;// similarly&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;path\*.xlx etc &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NOTE: All the files in the folder should have the common structure &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249211#M620390</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-21T10:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: load scripting with two files</title>
      <link>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249212#M620393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this script ?&lt;/P&gt;&lt;P&gt;[CAPITALCLIENTF]:&lt;/P&gt;&lt;P&gt;LOAD &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;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\pfe\DONNEES_RECAP\CAPITAL_CLIENT.qvd&amp;nbsp; (qvd)&lt;/P&gt;&lt;P&gt; C:\pfe\DONNEES_RECAPJANV\CAPITAL_CLIENT.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249212#M620393</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-03-21T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: load scripting with two files</title>
      <link>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249213#M620395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, as i mentioned earlier if it is in the same folder then you could then it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code does not work ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[CAPITALCLIENTF]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;*&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; C:\pfe\DONNEES_RECAP\CAPITAL_CLIENT.qvd&amp;nbsp; (qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;*&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;C:\pfe\DONNEES_RECAPJANV\CAPITAL_CLIENT.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249213#M620395</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-21T10:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: load scripting with two files</title>
      <link>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249214#M620396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx avinash &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-scripting-with-two-files/m-p/1249214#M620396</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-03-21T10:48:26Z</dc:date>
    </item>
  </channel>
</rss>

