<?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 multiple excel files with multiple sheets script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-multiple-excel-files-with-multiple-sheets-script/m-p/2022410#M84391</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131740"&gt;@cmano&lt;/a&gt;&amp;nbsp;, if you have 3 tables, but with the same fields , but some of the field name are not equal, yo can rename the fioelds to get the same fields structure, and if there are fields not in the 3 source tables, yo can create that missing fields, for example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Date&amp;nbsp; &amp;nbsp;as Date,&lt;BR /&gt;I.G.T.&amp;nbsp; &amp;nbsp;as I_G_T,&lt;BR /&gt;Basket&amp;nbsp; as Basket,&lt;/P&gt;
&lt;P&gt;Min,&lt;BR /&gt;Max,&lt;/P&gt;
&lt;P&gt;..... normalize rest of fields&lt;/P&gt;
&lt;P&gt;FROM IGT;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Date&amp;nbsp; as Date,&lt;/P&gt;
&lt;P&gt;'' as I_G_T,&lt;/P&gt;
&lt;P&gt;Basket as Basket,&lt;/P&gt;
&lt;P&gt;Min,&lt;BR /&gt;Max,&lt;BR /&gt;..... normalize rest of fields&lt;/P&gt;
&lt;P&gt;FROM&amp;nbsp;SPL;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Date&amp;nbsp; as Date,&lt;/P&gt;
&lt;P&gt;'' as I_G_T,&lt;/P&gt;
&lt;P&gt;Basket as Basket,&lt;/P&gt;
&lt;P&gt;Min,&lt;BR /&gt;Max,&lt;BR /&gt;..... normalize rest of fields&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;FRN;&lt;/P&gt;
&lt;P&gt;Please check the help about it :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/concatenate.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/concatenate.htm&lt;/A&gt;&lt;/P&gt;
&lt;H2 id="anchor-3" tabindex="-1"&gt;Example 2 – Appending multiple sets of data to a target table using implicit concatenation&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Implicit concatenation will take place between any two tables that are loaded with identically named fields&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 20:29:03 GMT</pubDate>
    <dc:creator>QFabian</dc:creator>
    <dc:date>2023-01-05T20:29:03Z</dc:date>
    <item>
      <title>Load multiple excel files with multiple sheets script</title>
      <link>https://community.qlik.com/t5/App-Development/Load-multiple-excel-files-with-multiple-sheets-script/m-p/2022359#M84389</link>
      <description>&lt;P&gt;Hello guys i have a question.&lt;/P&gt;
&lt;P&gt;I have 2 different excel books (Belgium &amp;amp;&amp;nbsp;Czech Republic.xlx)&lt;/P&gt;
&lt;P&gt;Each xlx file have 3&amp;nbsp; sheets ( IGT,SPL &amp;amp; FRN).&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For IGT sheet (columns are):&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;TABLE width="185px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;I.G.T.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Basket&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="77px"&gt;
&lt;P&gt;A/T&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Material description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Process order&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Inspection lot&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Order/Item&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Material&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Quantity&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Characteristic&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Min&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Max&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Customer code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Customer description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="184px" height="25px"&gt;Country&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;UL&gt;
&lt;LI&gt;For SPL sheet (columns are):&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;TABLE style="border-collapse: collapse; width: 48pt;" border="0" width="103px" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="102.863px" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;Date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Basket&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;No Coil&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Material description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Process order&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Inspection lot&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Order/Item&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Material&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Quantity&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Characteristic&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Min&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Max&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Customer code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl66" style="height: 15.6pt;"&gt;Customer description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD width="102.863px" height="21" class="xl67" style="height: 15.6pt;"&gt;Country&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For FRN sheet (columns are):&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;TABLE style="border-collapse: collapse; width: 48pt;" border="0" width="64" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;No Coil&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Material description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Process order&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Inspection lot&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Order/Item&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Material&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Quantity&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Characteristic&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Min&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Max&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Customer code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl66" style="height: 15.6pt;"&gt;Customer description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.6pt;"&gt;
&lt;TD height="21" class="xl67" style="height: 15.6pt;"&gt;Country&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They told me that QlikView creates synthetic keys and i have notice problem with data calculation.&lt;/P&gt;
&lt;P&gt;What is have to do to load the data correctly?&lt;/P&gt;
&lt;P&gt;Also i have problem export from the date (year, month,day , etc.) the Date form is DD-MM-YYYY.&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 16:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-multiple-excel-files-with-multiple-sheets-script/m-p/2022359#M84389</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2023-01-05T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with multiple sheets script</title>
      <link>https://community.qlik.com/t5/App-Development/Load-multiple-excel-files-with-multiple-sheets-script/m-p/2022410#M84391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131740"&gt;@cmano&lt;/a&gt;&amp;nbsp;, if you have 3 tables, but with the same fields , but some of the field name are not equal, yo can rename the fioelds to get the same fields structure, and if there are fields not in the 3 source tables, yo can create that missing fields, for example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Date&amp;nbsp; &amp;nbsp;as Date,&lt;BR /&gt;I.G.T.&amp;nbsp; &amp;nbsp;as I_G_T,&lt;BR /&gt;Basket&amp;nbsp; as Basket,&lt;/P&gt;
&lt;P&gt;Min,&lt;BR /&gt;Max,&lt;/P&gt;
&lt;P&gt;..... normalize rest of fields&lt;/P&gt;
&lt;P&gt;FROM IGT;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Date&amp;nbsp; as Date,&lt;/P&gt;
&lt;P&gt;'' as I_G_T,&lt;/P&gt;
&lt;P&gt;Basket as Basket,&lt;/P&gt;
&lt;P&gt;Min,&lt;BR /&gt;Max,&lt;BR /&gt;..... normalize rest of fields&lt;/P&gt;
&lt;P&gt;FROM&amp;nbsp;SPL;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Date&amp;nbsp; as Date,&lt;/P&gt;
&lt;P&gt;'' as I_G_T,&lt;/P&gt;
&lt;P&gt;Basket as Basket,&lt;/P&gt;
&lt;P&gt;Min,&lt;BR /&gt;Max,&lt;BR /&gt;..... normalize rest of fields&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;FRN;&lt;/P&gt;
&lt;P&gt;Please check the help about it :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/concatenate.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/concatenate.htm&lt;/A&gt;&lt;/P&gt;
&lt;H2 id="anchor-3" tabindex="-1"&gt;Example 2 – Appending multiple sets of data to a target table using implicit concatenation&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Implicit concatenation will take place between any two tables that are loaded with identically named fields&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 20:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-multiple-excel-files-with-multiple-sheets-script/m-p/2022410#M84391</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2023-01-05T20:29:03Z</dc:date>
    </item>
  </channel>
</rss>

