<?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: How to load data from multiple table with single load statement. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1547171#M745572</link>
    <description>&lt;P&gt;if&amp;nbsp;&lt;SPAN&gt;A1,A2,A3 and A4&amp;nbsp; will different sheet of one excel file then what we have to do.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2019 04:27:34 GMT</pubDate>
    <dc:creator>debabrata_sahoo</dc:creator>
    <dc:date>2019-02-21T04:27:34Z</dc:date>
    <item>
      <title>How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546804#M745564</link>
      <description>&lt;P&gt;We&amp;nbsp; have 4 tables named A1,A2,A3 and A4 , here all 4 tables having same data then How we load all 4 tables in a single load statement. If its possible or any one know please help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Debabrata&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546804#M745564</guid>
      <dc:creator>debabrata_sahoo</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546809#M745565</link>
      <description>&lt;P&gt;Just use wildcard in your load statement as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;Load A, B, C, D FROM A*.XLSX;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 10:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546809#M745565</guid>
      <dc:creator>NW1965</dc:creator>
      <dc:date>2019-02-20T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546917#M745567</link>
      <description>Hey NW1965,&lt;BR /&gt;It doesn't work with xlsx, I tried it.</description>
      <pubDate>Wed, 20 Feb 2019 13:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546917#M745567</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-20T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546960#M745568</link>
      <description>&lt;P&gt;Are all the tables&amp;nbsp;in the same workbook on different sheets&amp;nbsp;or are they all independent files?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 14:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546960#M745568</guid>
      <dc:creator>kevincagle</dc:creator>
      <dc:date>2019-02-20T14:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546961#M745569</link>
      <description>The question is from where are you loading the data?&lt;BR /&gt;If data format is csv or xslx or xls or qvd, and all the files are in the same catalog then simple use&lt;BR /&gt;From *.xslx as mentioned above:&lt;BR /&gt;LOAD *&lt;BR /&gt;From&lt;BR /&gt;[C:\5.Data\*.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;;&lt;BR /&gt;If the source is different than "it depends" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 20 Feb 2019 14:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546961#M745569</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-02-20T14:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546999#M745570</link>
      <description>&lt;P&gt;It really does work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is my load script, it loads three files called a1.xlsx, a2.xlsx and a3.xlsx&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;A&lt;/FONT&gt;&lt;FONT size="1"&gt;, &lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;B&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;FROM &lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;[Z:\a*.xlsx]&amp;nbsp; &lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;ooxml&lt;/FONT&gt;&lt;FONT size="1"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;no&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;labels&lt;/FONT&gt;&lt;FONT size="1"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;table&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;is&lt;/FONT&gt;&lt;FONT size="1"&gt; Sheet1); &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 15:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1546999#M745570</guid>
      <dc:creator>NW1965</dc:creator>
      <dc:date>2019-02-20T15:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1547170#M745571</link>
      <description>&lt;P&gt;Yes its working on multiple excel file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 04:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1547170#M745571</guid>
      <dc:creator>debabrata_sahoo</dc:creator>
      <dc:date>2019-02-21T04:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1547171#M745572</link>
      <description>&lt;P&gt;if&amp;nbsp;&lt;SPAN&gt;A1,A2,A3 and A4&amp;nbsp; will different sheet of one excel file then what we have to do.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 04:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1547171#M745572</guid>
      <dc:creator>debabrata_sahoo</dc:creator>
      <dc:date>2019-02-21T04:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1547181#M745573</link>
      <description>Please study this page:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Loading-Multiple-Excel-Files-and-Multiple-Excel-sheets/m-p/742140" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Loading-Multiple-Excel-Files-and-Multiple-Excel-sheets/m-p/742140&lt;/A&gt;</description>
      <pubDate>Thu, 21 Feb 2019 05:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1547181#M745573</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-02-21T05:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from multiple table with single load statement.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1548521#M745574</link>
      <description>Means in filename "5", it will take all sheets on by one right?</description>
      <pubDate>Mon, 25 Feb 2019 06:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-multiple-table-with-single-load-statement/m-p/1548521#M745574</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-25T06:38:51Z</dc:date>
    </item>
  </channel>
</rss>

